ExportFileContextProviderAttribute 클래스

정의

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

public ref class ExportFileContextProviderAttribute : Microsoft::VisualStudio::Workspace::ExportProviderAttributeBase, Microsoft::VisualStudio::Workspace::IFileContextProviderMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportFileContextProviderAttribute : Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase, Microsoft.VisualStudio.Workspace.IFileContextProviderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportFileContextProviderAttribute = class
    inherit ExportProviderAttributeBase
    interface IFileContextProviderMetadata
    interface IProviderMetadataBase
Public Class ExportFileContextProviderAttribute
Inherits ExportProviderAttributeBase
Implements IFileContextProviderMetadata
상속
ExportFileContextProviderAttribute
특성
구현

생성자

ExportFileContextProviderAttribute(FileContextProviderOptions, String, ProviderPriority, Type[], String[])

ExportFileContextProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportFileContextProviderAttribute(String, ProviderPriority, String[])

ExportFileContextProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

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

ExportFileContextProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

ExportFileContextProviderAttribute(String, String[])

ExportFileContextProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

OptionFlags

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

(다음에서 상속됨 ExportProviderAttributeBase)
OptionFlagsInternal

내부 옵션 플래그 반환

Options

FileContextProvider 옵션

Priority

공급자 우선 순위

(다음에서 상속됨 ExportProviderAttributeBase)
SupportedContextTypes

이 공급자가 생성 ContextType 할 수 있는 값의 컬렉션을 가져옵니다.

SupportedGetContextsTypes

사용자 지정 작업 영역 컨텍스트가 전달될 때 지원되는 형식의 컬렉션

Type

이 공급자의 고유 형식

(다음에서 상속됨 ExportProviderAttributeBase)
Version

버전 추적

(다음에서 상속됨 ExportProviderAttributeBase)

적용 대상