ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object) Constructor

Definition

Constructor for ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute.

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)

Parameters

name
String

The registry key name for your XML editor. For example "RESX", "Silverlight", "Workflow", etc...

editorFactory
Object

A Type, Guid, or String object representing the editor factory.

Applies to