ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute Class

 

Indicates that a custom XML designer should not allow Side-by-Side (SxS) editing with the standard text-based XML editor.

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.ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute

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

NameDescription
System_CAPS_pubmethodProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String, Object)

Initializes a new instance of the ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute class.

NameDescription
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: