Delen via


ExportDeployProviderAttribute(String, ProviderPriority, String[]) Constructor

Definition

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.

Applies to