Share via


ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority) Constructor

Definition

Initializes a new instance of the ExportVsDebugLaunchTargetAttribute class.

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)

Parameters

type
String

The unique type for this Provider

supportedFileExtensions
String[]

The set of file extensions (including the leading period) that this debug provider is capable of.

priority
ProviderPriority

Provider priority

Applies to