ExportPropertyEvaluatorAttribute(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 ExportPropertyEvaluatorAttribute class.
public:
ExportPropertyEvaluatorAttribute(System::String ^ type, cli::array <System::String ^> ^ supportedNamespaces, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public:
ExportPropertyEvaluatorAttribute(Platform::String ^ type, Platform::Array <Platform::String ^> ^ supportedNamespaces, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
ExportPropertyEvaluatorAttribute(std::wstring const & type, std::Array <std::wstring const &> const & supportedNamespaces, Microsoft::VisualStudio::Workspace::ProviderPriority priority);
public ExportPropertyEvaluatorAttribute (string type, string[] supportedNamespaces, Microsoft.VisualStudio.Workspace.ProviderPriority priority);
new Microsoft.VisualStudio.Workspace.Evaluator.ExportPropertyEvaluatorAttribute : string * string[] * Microsoft.VisualStudio.Workspace.ProviderPriority -> Microsoft.VisualStudio.Workspace.Evaluator.ExportPropertyEvaluatorAttribute
Public Sub New (type As String, supportedNamespaces As String(), priority As ProviderPriority)
Parameters
- type
- String
The unique type for this IProviderMetadataBase
- supportedNamespaces
- String[]
List of supported namespaces
- priority
- ProviderPriority
Priority of this provider