ExportFileScannerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IFileScanner使用 元數據將 匯出至 MEF 目錄,如 所述IFileScannerMetadata。
public ref class ExportFileScannerAttribute : Microsoft::VisualStudio::Workspace::ExportFileExtensionsAttributeBase, Microsoft::VisualStudio::Workspace::Indexing::IFileScannerMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportFileScannerAttribute : Microsoft.VisualStudio.Workspace.ExportFileExtensionsAttributeBase, Microsoft.VisualStudio.Workspace.Indexing.IFileScannerMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportFileScannerAttribute = class
inherit ExportFileExtensionsAttributeBase
interface IFileScannerMetadata
interface IFileSelectorMetadata
interface IProviderMetadataBase
interface ISupportedTypesMetadata
Public Class ExportFileScannerAttribute
Inherits ExportFileExtensionsAttributeBase
Implements IFileScannerMetadata
- 繼承
-
ExportFileScannerAttribute
- 屬性
- 實作
建構函式
屬性
FilesFilters |
選擇性。 取得一組規則, (檔案的 glob 模式) 。 這將會構成「匿名」內容類型,也稱為僅供指定提供者使用之檔案集。 如果存在) ,則會將符合此 (規則的檔案傳遞至元件,而不論其計算內容類型為何。 (繼承來源 ExportFileExtensionsAttributeBase) |
Language |
取得簡單名稱,描述此掃描器適用的檔案類型。 |
OptionFlags |
為這個元數據定義的選項做為旗標屬性 (繼承來源 ExportProviderAttributeBase) |
OptionFlagsInternal |
傳回內部選項旗標 |
Options |
FileScanner 選項 |
Priority |
提供者優先順序 (繼承來源 ExportProviderAttributeBase) |
SupportedContentTypes |
選擇性。 此元件想要處理的內容類型清單。 (繼承來源 ExportFileExtensionsAttributeBase) |
SupportedTypes |
取得此元數據所支援的型別集合 |
Type |
此提供者的唯一類型 (繼承來源 ExportProviderAttributeBase) |
Version |
版本追蹤 (繼承來源 ExportProviderAttributeBase) |