ExportFileScannerAttribute 클래스

정의

에서 설명IFileScannerMetadataIFileScanner 대로 메타데이터를 사용하여 를 MEF 카탈로그로 내보냅니다.

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

이 메타데이터에 대해 flags 특성으로 정의된 옵션

(다음에서 상속됨 ExportProviderAttributeBase)
OptionFlagsInternal

내부 옵션 플래그 반환

Options

FileScanner 옵션

Priority

공급자 우선 순위

(다음에서 상속됨 ExportProviderAttributeBase)
SupportedContentTypes

선택 사항입니다. 이 구성 요소가 처리하려는 콘텐츠 형식 목록입니다.

(다음에서 상속됨 ExportFileExtensionsAttributeBase)
SupportedTypes

이 메타데이터에서 지원되는 형식 집합을 가져옵니다.

Type

이 공급자의 고유 형식

(다음에서 상속됨 ExportProviderAttributeBase)
Version

버전 추적

(다음에서 상속됨 ExportProviderAttributeBase)

적용 대상