共用方式為


ExportFileScannerAttribute 類別

定義

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(FileScannerOptions, String, String, String, String[], Type[], ProviderPriority)

初始化 ExportFileScannerAttribute 類別的新執行個體。

ExportFileScannerAttribute(FileScannerOptions, String, String, String[], Type[], ProviderPriority)

初始化 ExportFileScannerAttribute 類別的新執行個體。

ExportFileScannerAttribute(String, String, String, Type)

初始化 ExportFileScannerAttribute 類別的新執行個體。

ExportFileScannerAttribute(String, String, String[], Type[])

初始化 ExportFileScannerAttribute 類別的新執行個體。

ExportFileScannerAttribute(String, String, String[], Type[], ProviderPriority)

初始化 ExportFileScannerAttribute 類別的新執行個體。

屬性

FilesFilters

選擇性。 取得一組規則, (檔案的 glob 模式) 。 這將會構成「匿名」內容類型,也稱為僅供指定提供者使用之檔案集。 如果存在) ,則會將符合此 (規則的檔案傳遞至元件,而不論其計算內容類型為何。

(繼承來源 ExportFileExtensionsAttributeBase)
Language

取得簡單名稱,描述此掃描器適用的檔案類型。

OptionFlags

為這個元數據定義的選項做為旗標屬性

(繼承來源 ExportProviderAttributeBase)
OptionFlagsInternal

傳回內部選項旗標

Options

FileScanner 選項

Priority

提供者優先順序

(繼承來源 ExportProviderAttributeBase)
SupportedContentTypes

選擇性。 此元件想要處理的內容類型清單。

(繼承來源 ExportFileExtensionsAttributeBase)
SupportedTypes

取得此元數據所支援的型別集合

Type

此提供者的唯一類型

(繼承來源 ExportProviderAttributeBase)
Version

版本追蹤

(繼承來源 ExportProviderAttributeBase)

適用於