ExportCustomViewProviderAttribute(String, String, ProviderPriority) 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 ExportCustomViewProviderAttribute class.
public ExportCustomViewProviderAttribute (string type, string view, Microsoft.VisualStudio.Workspace.ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
new Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportCustomViewProviderAttribute : string * string * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportCustomViewProviderAttribute
Public Sub New (type As String, view As String, Optional priority As ProviderPriority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal)
Parameters
- type
- String
unique string for this ICustomView
- view
- String
view this ICustomView belongs to.
- priority
- ProviderPriority
priority in the list of providers for a view