ExportVsDebugLaunchTargetAttribute 類別

定義

IVsDebugLaunchTargetProvider使用 元數據將 匯出至 MEF 目錄,如 所述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
繼承
屬性
實作

建構函式

ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority)

初始化 ExportVsDebugLaunchTargetAttribute 類別的新執行個體。

屬性

FilesFilters

選擇性。 取得一組規則, (檔案的 glob 模式) 。 這將會構成「匿名」內容類型,也稱為僅供指定提供者使用之檔案集。 如果存在) ,則會將符合此 (規則的檔案傳遞至元件,而不論其計算內容類型為何。

(繼承來源 ExportFileExtensionsAttributeBase)
OptionFlags

為這個元數據定義的選項做為旗標屬性

(繼承來源 ExportProviderAttributeBase)
OptionFlagsInternal

傳回內部選項旗標

Priority

提供者優先順序

(繼承來源 ExportProviderAttributeBase)
SupportedContentTypes

選擇性。 此元件想要處理的內容類型清單。

(繼承來源 ExportFileExtensionsAttributeBase)
Type

此提供者的唯一類型

(繼承來源 ExportProviderAttributeBase)
Version

版本追蹤

(繼承來源 ExportProviderAttributeBase)

適用於