ExportPropertyEvaluatorAttribute(String, String[], ProviderPriority) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ExportPropertyEvaluatorAttribute-Klasse.
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)
Parameter
- type
- String
Der eindeutige Typ für dieses IProviderMetadataBase
- supportedNamespaces
- String[]
Liste unterstützter Namespaces
- priority
- ProviderPriority
Priorität dieses Anbieters