ProvideXmlEditorChooserDesignerViewAttribute Class

 

Provides registration information to the XML Chooser for a custom XML designer.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.ProvideXmlEditorChooserDesignerViewAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideXmlEditorChooserDesignerViewAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideXmlEditorChooserDesignerViewAttribute(String, String, Object, Int32)

Initializes a new instance of the ProvideXmlEditorChooserDesignerViewAttribute class.

NameDescription
System_CAPS_pubpropertyCodeLogicalViewEditor

Gets or sets the editor factory to associate with the code logical view.

System_CAPS_pubpropertyDebuggingLogicalViewEditor

Gets or sets the editor factory to associate with the debugging logical view.

System_CAPS_pubpropertyDesignerLogicalViewEditor

Gets or sets the editor factory to associate with the designer logical view.

System_CAPS_pubpropertyIsDataSet

Gets or sets a special value used only by the DataSet designer.

System_CAPS_pubpropertyMatchExtensionAndNamespace

Gets or sets a Boolean value indicating whether the XML chooser should match on both the file extension and the namespace. If false, the XML chooser matches on either the extension or the namespace.

System_CAPS_pubpropertyNamespace

Gets or sets the XML namespace used in documents that this editor supports.

System_CAPS_pubpropertyTextLogicalViewEditor

Gets or sets the editor factory to associate with the text logical view.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: