共用方式為


IntentFilterAttribute 類別

定義

//intent-filterAndroidManifest.xml產生專案。

[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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

IntentFilterAttribute(String[])

使用指定的動作建構和初始化新的 IntentFilterAttribute 實例。

屬性

Actions

意圖篩選動作。

AutoVerify

//intent-filterAndroidManifest.xml產生專案。

Categories

意圖篩選類別。

DataHost

URI 授權單位的主機部分。

DataHosts

//intent-filterAndroidManifest.xml產生專案。

DataMimeType

MIME 媒體類型,例如 image/jpeg

DataMimeTypes

//intent-filterAndroidManifest.xml產生專案。

DataPath

URI 的路徑部分。

DataPathAdvancedPattern

//intent-filterAndroidManifest.xml產生專案。

DataPathAdvancedPatterns

//intent-filterAndroidManifest.xml產生專案。

DataPathPattern

URI 的路徑部分。

DataPathPatterns

//intent-filterAndroidManifest.xml產生專案。

DataPathPrefix

URI 的路徑部分。

DataPathPrefixes

//intent-filterAndroidManifest.xml產生專案。

DataPaths

//intent-filterAndroidManifest.xml產生專案。

DataPathSuffix

//intent-filterAndroidManifest.xml產生專案。

DataPathSuffixes

//intent-filterAndroidManifest.xml產生專案。

DataPort

URI 的埠部分。

DataPorts

//intent-filterAndroidManifest.xml產生專案。

DataScheme

URI 的配置部分。

DataSchemes

//intent-filterAndroidManifest.xml產生專案。

Icon

包含影像定義的可繪製資源的參考。

Label

父元件的用戶可讀取標籤。

Priority

意圖篩選的優先順序。

RoundIcon

//intent-filterAndroidManifest.xml產生專案。

適用於