Delen via


ExportVsDebugLaunchTargetAttribute Constructors

Definition

Overloads

ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority)

Initializes a new instance of the ExportVsDebugLaunchTargetAttribute class.

ExportVsDebugLaunchTargetAttribute(ExportVsDebugLaunchTargetOptions, String, String[], ProviderPriority)

Initializes a new instance of the ExportVsDebugLaunchTargetAttribute class.

ExportVsDebugLaunchTargetAttribute(String, String[], ProviderPriority)

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

ExportVsDebugLaunchTargetAttribute(ExportVsDebugLaunchTargetOptions, String, String[], ProviderPriority)

Initializes a new instance of the ExportVsDebugLaunchTargetAttribute class.

public ExportVsDebugLaunchTargetAttribute (Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetOptions exportOptions, string type, string[] supportedFileExtensions, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetAttribute : Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetOptions * string * string[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Extensions.VS.Debug.ExportVsDebugLaunchTargetAttribute
Public Sub New (exportOptions As ExportVsDebugLaunchTargetOptions, type As String, supportedFileExtensions As String(), priority As ProviderPriority)

Parameters

exportOptions
ExportVsDebugLaunchTargetOptions

Optional settings for the export (e.g. supports filtering).

type
String

The unique type for this Provider.

supportedFileExtensions
String[]

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

priority
ProviderPriority

Provider priority.

Applies to