Share via


ExportProjectActionSettingsProviderAttribute Constructor

Definition

Initializes a new instance of the ExportProjectActionSettingsProviderAttribute class.

public ExportProjectActionSettingsProviderAttribute (string providerGuid, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedContextTypes);
new Microsoft.VisualStudio.Workspace.ExportProjectActionSettingsProviderAttribute : string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportProjectActionSettingsProviderAttribute
Public Sub New (providerGuid As String, priority As ProviderPriority, ParamArray supportedContextTypes As String())

Parameters

providerGuid
String

The unique type for this Provider.

priority
ProviderPriority

Provider priority.

supportedContextTypes
String[]

The Provider supported context types.

Applies to