Compartir a través de


ExportFileContextActionProviderAttribute Clase

Definición

Exporta un IFileContextActionProvider objeto al catálogo MEF con metadatos como se describe en IFileContextActionProviderMetadata.

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
Herencia
ExportFileContextActionProviderAttribute
Atributos
Implementaciones

Constructores

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

Inicializa una nueva instancia de la clase ExportFileContextActionProviderAttribute.

ExportFileContextActionProviderAttribute(String, ProviderPriority, String[])

Inicializa una nueva instancia de la clase ExportFileContextActionProviderAttribute.

ExportFileContextActionProviderAttribute(String, String[])

Inicializa una nueva instancia de la clase ExportFileContextActionProviderAttribute.

Propiedades

OptionFlags

Opciones definidas para estos metadatos como atributo flags

(Heredado de ExportProviderAttributeBase)
OptionFlagsInternal

Devolver las marcas de opciones internas

Options

Opciones de FileContextActionProvider

Priority

Prioridad del proveedor

(Heredado de ExportProviderAttributeBase)
SupportedContextTypes

Obtiene una colección de GUID que identifican los valores desde los ContextType que puede inicializar este servicio de lenguaje.

Type

El tipo único para este proveedor

(Heredado de ExportProviderAttributeBase)
Version

Seguimiento de versiones

(Heredado de ExportProviderAttributeBase)

Se aplica a