XmlSchemaContext Class
Visual Studio 2015
Provides the schema set associated with an XML Editor buffer.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
| Name | Description | |
|---|---|---|
![]() | XmlSchemaContext() | Initializes a new instance of the XmlSchemaContext class. |
| Name | Description | |
|---|---|---|
![]() | CompiledSet | Gets the set of schemas that were last compiled by the XML Editor. |
![]() | Excluded | Gets the set of schemas that were explicitly excluded by the user. |
![]() | Included | Gets the set of schemas that were explicitly included by the user. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnChanged() | Raises the Changed event. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



