ExportVsDebugLaunchTarget2Attribute(String, String, ProviderPriority) Constructor

Definition

Initializes a new instance of the ExportVsDebugLaunchTarget2Attribute class.

public:
 ExportVsDebugLaunchTarget2Attribute(System::String ^ providerGuid, System::String ^ debuggerTemplate, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
 ExportVsDebugLaunchTarget2Attribute(Platform::String ^ providerGuid, Platform::String ^ debuggerTemplate, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
 ExportVsDebugLaunchTarget2Attribute(std::wstring const & providerGuid, std::wstring const & debuggerTemplate, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportVsDebugLaunchTarget2Attribute (string providerGuid, string debuggerTemplate, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTarget2Attribute : string * string * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTarget2Attribute
Public Sub New (providerGuid As String, debuggerTemplate As String, priority As ProviderPriority)

Parameters

providerGuid
String

The unique type for this Provider

debuggerTemplate
String

The name of the debugger template (launch.vs.json's type keyword)

priority
ProviderPriority

Provider priority

Applies to