ExportDeployProviderAttribute(String, ProviderPriority, String[]) 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 ExportDeployProviderAttribute class.
public ExportDeployProviderAttribute (string providerGuid, Microsoft.VisualStudio.Workspace.ProviderPriority priority, params string[] supportedTypes);
new Microsoft.VisualStudio.Workspace.ExportDeployProviderAttribute : string * Microsoft.VisualStudio.Workspace.ProviderPriority * string[] -> Microsoft.VisualStudio.Workspace.ExportDeployProviderAttribute
Public Sub New (providerGuid As String, priority As ProviderPriority, ParamArray supportedTypes As String())
Parameters
- providerGuid
- String
The unique type for this Provider.
- priority
- ProviderPriority
Provider priority.
- supportedTypes
- String[]
The Provider supported types.