Compartir a través de


ExportVsDebugLaunchTargetAttribute Clase

Definición

Exporta un IVsDebugLaunchTargetProvider objeto al catálogo MEF con metadatos tal y como se describe en IVsDebugLaunchTargetProvider.

public ref class ExportVsDebugLaunchTargetAttribute : Microsoft::VisualStudio::Workspace::ExportFileExtensionsAttributeBase, Microsoft::VisualStudio::Workspace::Extensions::VS::Debug::IVsDebugLaunchTargetProviderMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportVsDebugLaunchTargetAttribute : Microsoft.VisualStudio.Workspace.ExportFileExtensionsAttributeBase, Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.IVsDebugLaunchTargetProviderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportVsDebugLaunchTargetAttribute = class
    inherit ExportFileExtensionsAttributeBase
    interface IVsDebugLaunchTargetProviderMetadata
    interface IFileSelectorMetadata
    interface IProviderMetadataBase
Public Class ExportVsDebugLaunchTargetAttribute
Inherits ExportFileExtensionsAttributeBase
Implements IVsDebugLaunchTargetProviderMetadata
Herencia
Atributos
Implementaciones

Constructores

ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority)

Inicializa una nueva instancia de la clase ExportVsDebugLaunchTargetAttribute.

Propiedades

FilesFilters

Opcional. Obtiene un conjunto de reglas (patrones globales) para los archivos. Esto constituye un tipo de contenido "anónimo", también conocido como conjunto de archivos solo disponible para el proveedor especificado. Los archivos que coincidan con estas reglas (si están presentes) se pasarán al componente independientemente de su tipo de contenido calculado.

(Heredado de ExportFileExtensionsAttributeBase)
OptionFlags

Las opciones definidas para estos metadatos como atributo flags

(Heredado de ExportProviderAttributeBase)
OptionFlagsInternal

Devolver las marcas de opciones internas

Priority

Prioridad del proveedor

(Heredado de ExportProviderAttributeBase)
SupportedContentTypes

Opcional. Lista de tipos de contenido que este componente desea controlar.

(Heredado de ExportFileExtensionsAttributeBase)
Type

Tipo único para este proveedor

(Heredado de ExportProviderAttributeBase)
Version

Seguimiento de versiones

(Heredado de ExportProviderAttributeBase)

Se aplica a