ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.