Share via


IntentFilterAttribute クラス

定義

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
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

コンストラクター

IntentFilterAttribute(String[])

指定したアクションを使用して、新 IntentFilterAttribute しいインスタンスを構築して初期化します。

プロパティ

Actions

意図フィルター アクション。

AutoVerify

AndroidManifest.xmlで 要素を//intent-filter生成します。

Categories

意図フィルターのカテゴリ。

DataHost

URI 機関のホスト部分。

DataHosts

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataMimeType

MIME メディアの種類 ( など image/jpeg)。

DataMimeTypes

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPath

URI のパス部分。

DataPathAdvancedPattern

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPathAdvancedPatterns

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPathPattern

URI のパス部分。

DataPathPatterns

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPathPrefix

URI のパス部分。

DataPathPrefixes

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPaths

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPathSuffix

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPathSuffixes

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataPort

URI のポート部分。

DataPorts

AndroidManifest.xmlで 要素を//intent-filter生成します。

DataScheme

URI のスキーム部分。

DataSchemes

AndroidManifest.xmlで 要素を//intent-filter生成します。

Icon

イメージ定義を含む描画可能なリソースへの参照。

Label

親コンポーネントのユーザーが読み取り可能なラベル。

Priority

意図フィルターの優先度。

RoundIcon

AndroidManifest.xmlで 要素を//intent-filter生成します。

適用対象