ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object) 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 ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute-Klasse.
public:
ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(System::String ^ name, System::Object ^ editorFactory);
public:
ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(Platform::String ^ name, Platform::Object ^ editorFactory);
ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(std::wstring const & name, winrt::Windows::Foundation::IInspectable const & editorFactory);
public ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute (string name, object editorFactory);
new Microsoft.VisualStudio.Shell.ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute : string * obj -> Microsoft.VisualStudio.Shell.ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute
Public Sub New (name As String, editorFactory As Object)
Parameter
- name
- String
Registrierungsschlüsselname für den XML-Editor, wie "RESX", "Silverlight", "Workflow", usw.
- editorFactory
- Object
Ein Typ, eine GUID oder ein String-Objekt zur Darstellung der Editorfactory.