ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute Class

 

Used to indicate that a custom XML designer should not allow SxS editing with the standard text-based XML editor.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Shell::RegistrationAttribute
      Microsoft.VisualStudio.Modeling.Shell::ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute

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

NameDescription
System_CAPS_pubmethodProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute(String^, Object^)

Constructor for ProvideXmlEditorChooserBlockSxSWithXmlEditorAttribute.

NameDescription
System_CAPS_pubpropertyEditorFactory

The unique id of the editor factory for which side-by-side editing in the XML Editor should be blocked

System_CAPS_pubpropertyName

The registry key name of the designer for which side-by-side editing in the XML Editor should be blocked

System_CAPS_pubpropertyTypeId

(Inherited from RegistrationAttribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodRegister(RegistrationAttribute::RegistrationContext^)

Register the editor factory as not supporting side-by-side editing alongside the Xml Editor(Overrides RegistrationAttribute::Register(RegistrationAttribute::RegistrationContext^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute::RegistrationContext^)

Unregister the editor factory as not supporting side-by-side editing alongside the Xml Editor(Overrides RegistrationAttribute::Unregister(RegistrationAttribute::RegistrationContext^).)

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: