次の方法で共有


ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority) コンストラクター

定義

ExportVsDebugLaunchTargetAttribute クラスの新しいインスタンスを初期化します。

public:
 ExportVsDebugLaunchTargetAttribute(System::String ^ type, cli::array <System::String ^> ^ supportedFileExtensions, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
 ExportVsDebugLaunchTargetAttribute(Platform::String ^ type, Platform::Array <Platform::String ^> ^ supportedFileExtensions, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
 ExportVsDebugLaunchTargetAttribute(std::wstring const & type, std::Array <std::wstring const &> const & supportedFileExtensions, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportVsDebugLaunchTargetAttribute (string type, string[] supportedFileExtensions, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetAttribute : string * string[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetAttribute
Public Sub New (type As String, supportedFileExtensions As String(), priority As ProviderPriority)

パラメーター

type
String

このプロバイダーの一意の型

supportedFileExtensions
String[]

このデバッグ プロバイダーが実行できるファイル拡張子 (先頭のピリオドを含む) のセット。

priority
ProviderPriority

プロバイダーの優先度

適用対象