ExportLaunchConfigurationProviderAttribute Constructors

Definition

Overloads

ExportLaunchConfigurationProviderAttribute(String, String[], String, String, Boolean, ProviderPriority)

Initializes a new instance of the ExportLaunchConfigurationProviderAttribute class.

ExportLaunchConfigurationProviderAttribute(LaunchConfigurationProviderOptions, String, String[], String, String, Boolean, ProviderPriority)

Initializes a new instance of the ExportLaunchConfigurationProviderAttribute class.

ExportLaunchConfigurationProviderAttribute(String, String[], String, String, Boolean, ProviderPriority)

Initializes a new instance of the ExportLaunchConfigurationProviderAttribute class.

 ExportLaunchConfigurationProviderAttribute(std::wstring const & type, std::Array <std::wstring const &> const & supportedFileExtensions, std::wstring const & launchTypeName, std::wstring const & launchJsonSchemaContent = null, bool isRuntimeSupportContext = false, Microsoft::VisualStudio::Workspace::ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
public ExportLaunchConfigurationProviderAttribute (string type, string[] supportedFileExtensions, string launchTypeName, string launchJsonSchemaContent = default, bool isRuntimeSupportContext = false, Microsoft.VisualStudio.Workspace.ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
new Microsoft.VisualStudio.Workspace.Debug.ExportLaunchConfigurationProviderAttribute : string * string[] * string * string * bool * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Debug.ExportLaunchConfigurationProviderAttribute
Public Sub New (type As String, supportedFileExtensions As String(), launchTypeName As String, Optional launchJsonSchemaContent As String = Nothing, Optional isRuntimeSupportContext As Boolean = false, Optional priority As ProviderPriority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal)

Parameters

type
String

The unique type for this ILaunchDebugTargetProviderMetadata

supportedFileExtensions
String[]

The supported file extension

launchTypeName
String

Launch type name

launchJsonSchemaContent
String

Launch Json schema content

isRuntimeSupportContext
Boolean

If Runtime support context is supported

priority
ProviderPriority

File scanner priority

Applies to

ExportLaunchConfigurationProviderAttribute(LaunchConfigurationProviderOptions, String, String[], String, String, Boolean, ProviderPriority)

Initializes a new instance of the ExportLaunchConfigurationProviderAttribute class.

 ExportLaunchConfigurationProviderAttribute(Microsoft::VisualStudio::Workspace::Debug::LaunchConfigurationProviderOptions options, std::wstring const & type, std::Array <std::wstring const &> const & supportedFileExtensions, std::wstring const & launchTypeName, std::wstring const & launchJsonSchemaContent = null, bool isRuntimeSupportContext = false, Microsoft::VisualStudio::Workspace::ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
public ExportLaunchConfigurationProviderAttribute (Microsoft.VisualStudio.Workspace.Debug.LaunchConfigurationProviderOptions options, string type, string[] supportedFileExtensions, string launchTypeName, string launchJsonSchemaContent = default, bool isRuntimeSupportContext = false, Microsoft.VisualStudio.Workspace.ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
new Microsoft.VisualStudio.Workspace.Debug.ExportLaunchConfigurationProviderAttribute : Microsoft.VisualStudio.Workspace.Debug.LaunchConfigurationProviderOptions * string * string[] * string * string * bool * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Debug.ExportLaunchConfigurationProviderAttribute
Public Sub New (options As LaunchConfigurationProviderOptions, type As String, supportedFileExtensions As String(), launchTypeName As String, Optional launchJsonSchemaContent As String = Nothing, Optional isRuntimeSupportContext As Boolean = false, Optional priority As ProviderPriority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal)

Parameters

options
LaunchConfigurationProviderOptions

provider options

type
String

The unique type for this ILaunchDebugTargetProviderMetadata

supportedFileExtensions
String[]

The supported file extension

launchTypeName
String

Launch type name

launchJsonSchemaContent
String

Launch Json schema content

isRuntimeSupportContext
Boolean

If Runtime support context is supported

priority
ProviderPriority

File scanner priority

Applies to