IntentFilterAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
内AndroidManifest.xml
の要素を生成します//intent-filter
。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.Serializable]
public sealed class IntentFilterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.Serializable>]
type IntentFilterAttribute = class
inherit Attribute
- 継承
-
IntentFilterAttribute
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
コンストラクター
IntentFilterAttribute(String[]) |
指定したアクションを使用して新しい IntentFilterAttribute インスタンスを構築し、初期化します。 |
プロパティ
Actions |
意図フィルター アクション。 |
AutoVerify |
内 |
Categories |
意図フィルターのカテゴリ。 |
DataHost |
URI 機関のホスト部分。 |
DataHosts |
内 |
DataMimeType |
MIME メディアの種類 (例 |
DataMimeTypes |
内 |
DataPath |
URI のパス部分。 |
DataPathAdvancedPattern |
内 |
DataPathAdvancedPatterns |
内 |
DataPathPattern |
URI のパス部分。 |
DataPathPatterns |
内 |
DataPathPrefix |
URI のパス部分。 |
DataPathPrefixes |
内 |
DataPaths |
内 |
DataPathSuffix |
内 |
DataPathSuffixes |
内 |
DataPort |
URI のポート部分。 |
DataPorts |
内 |
DataScheme |
URI のスキーム部分。 |
DataSchemes |
内 |
Icon |
イメージ定義を含む描画可能なリソースへの参照。 |
Label |
親コンポーネントのユーザーが読み取り可能なラベル。 |
Priority |
意図フィルターの優先度。 |
RoundIcon |
内 |