XmlSchemaContext Class

 

Provides the schema set associated with an XML Editor buffer.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

System::Object
  Microsoft.VisualStudio.XmlEditor::XmlSchemaContext

[GuidAttribute("191c32ae-4c86-4a77-8acf-c0317afb9172")]
public ref class XmlSchemaContext 

NameDescription
System_CAPS_pubmethodXmlSchemaContext()

Initializes a new instance of the XmlSchemaContext class.

NameDescription
System_CAPS_pubpropertyCompiledSet

Gets the set of schemas that were last compiled by the XML Editor.

System_CAPS_pubpropertyExcluded

Gets the set of schemas that were explicitly excluded by the user.

System_CAPS_pubpropertyIncluded

Gets the set of schemas that were explicitly included by the user.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnChanged()

Raises the Changed event.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventChanged

Occurs whenever OnChanged is called.

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: