Share via


ExportPropertyEvaluatorAttribute(String, String[], ProviderPriority) Constructor

Definition

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

Applies to