ExportProjectActionSettingsProviderAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.