ExportVsDebugLaunchTargetAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exporte un IVsDebugLaunchTargetProvider vers le catalogue MEF avec des métadonnées comme décrit par 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
- Héritage
-
ExportVsDebugLaunchTargetAttribute
- Attributs
- Implémente
Constructeurs
ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority) |
Initialise une nouvelle instance de la classe ExportVsDebugLaunchTargetAttribute. |
Propriétés
FilesFilters |
facultatif. Obtient un ensemble de règles (modèles glob) pour les fichiers. Il s’agit du type de contenu « anonyme », c’est-à-dire un ensemble de fichiers uniquement disponible pour le fournisseur donné. Les fichiers qui correspondent à ces règles (le cas échéant) sont passés au composant, quel que soit leur type de contenu calculé. (Hérité de ExportFileExtensionsAttributeBase) |
OptionFlags |
Options définies pour ces métadonnées en tant qu’attribut d’indicateur (Hérité de ExportProviderAttributeBase) |
OptionFlagsInternal |
Retourner les indicateurs d’options internes |
Priority |
Priorité du fournisseur (Hérité de ExportProviderAttributeBase) |
SupportedContentTypes |
facultatif. Liste des types de contenu que ce composant souhaite gérer. (Hérité de ExportFileExtensionsAttributeBase) |
Type |
Type unique pour ce fournisseur (Hérité de ExportProviderAttributeBase) |
Version |
Suivi des versions (Hérité de ExportProviderAttributeBase) |