ExportFileContextActionProviderAttribute 클래스

정의

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

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

생성자

ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[])

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

ExportFileContextActionProviderAttribute(String, ProviderPriority, String[])

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

ExportFileContextActionProviderAttribute(String, String[])

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

속성

OptionFlags

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

(다음에서 상속됨 ExportProviderAttributeBase)
OptionFlagsInternal

내부 옵션 플래그 반환

Options

FileContextActionProvider 옵션

Priority

공급자 우선 순위

(다음에서 상속됨 ExportProviderAttributeBase)
SupportedContextTypes

이 언어 서비스에서 초기화할 수 있는 값을 식별하는 ContextType GUID 컬렉션을 가져옵니다.

Type

이 공급자의 고유 형식

(다음에서 상속됨 ExportProviderAttributeBase)
Version

버전 추적

(다음에서 상속됨 ExportProviderAttributeBase)

적용 대상