ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object) Konstruktor

Definition

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.

Gilt für