ExportProjectDataProviderAttribute(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 ExportProjectDataProviderAttribute class.
ExportProjectDataProviderAttribute(std::wstring const & type, std::Array <std::wstring const &> const & supportedFileExtensions, Microsoft::VisualStudio::Workspace::ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
public ExportProjectDataProviderAttribute (string type, string[] supportedFileExtensions, Microsoft.VisualStudio.Workspace.ProviderPriority priority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal);
new Microsoft.VisualStudio.Workspace.Extensions.MSBuild.ExportProjectDataProviderAttribute : string * string[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Extensions.MSBuild.ExportProjectDataProviderAttribute
Public Sub New (type As String, supportedFileExtensions As String(), Optional priority As ProviderPriority = Microsoft.VisualStudio.Workspace.ProviderPriority.Normal)
Parameters
- type
- String
The unique type for this IProjectDataProviderMetadata
- supportedFileExtensions
- String[]
The supported file extension
- priority
- ProviderPriority
File scanner priority