Microsoft.VisualStudio.XmlEditor Namespace

 

Exposes the parse tree through System.Xml.Linq for any XML documents.

ClassDescription
System_CAPS_pubclassAddNodeChange

Represents node insert operations.

System_CAPS_pubclassNodeNameChange

Represents node name change operations.

System_CAPS_pubclassNodeValueChange

Represents node value change operations.

System_CAPS_pubclassRemoveNodeChange

Represents node removal operations.

System_CAPS_pubclassXmlEditingScope

Represents a change to the XmlStore.

System_CAPS_pubclassXmlEditingScopeEventArgs

Provides the arguments for the XmlStore::EditingScopeCompleted and XmlStore::UndoRedoCompleted events.

System_CAPS_pubclassXmlEditorService

Provides access to the XML Editor parse tree. This class is a publicly accessible Visual Studio service that you can get from your IServiceProvider interface.

System_CAPS_pubclassXmlModel

Represents one XML Editor buffer and returns a parse tree over that buffer in the form of an XDocument object.

System_CAPS_pubclassXmlModelChange

An abstract class. The concrete change types that are generated during a transaction derive from this class.

System_CAPS_pubclassXmlSchemaContext

Provides the schema set associated with an XML Editor buffer.

System_CAPS_pubclassXmlSchemaReference

Represents the combination of an XML schema location and a target namespace.

System_CAPS_pubclassXmlSchemaReferenceException

Represents errors reported by the XmlSchemaSetBuilder when a call to XmlSchemaSetBuilder::Compile reports errors.

System_CAPS_pubclassXmlSchemaService

Contains a set of routines to assist XML schema discovery and compilation operations.

System_CAPS_pubclassXmlSchemaSetBuilder

Builds a self-contained set of schemas that will be compiled as a unit.

System_CAPS_pubclassXmlStore

Manages the XmlModel objects.

InterfaceDescription
System_CAPS_pubinterfaceIXmlSchemaDesignerService

Microsoft internal use only.

EnumerationDescription
System_CAPS_pubenumXmlEditingScopeStatus

Defines values that specify different states of the XmlEditingScope.

System_CAPS_pubenumXmlModelSaveAction

Specifies the action to be performed when the contents of the XML editor are closed.

Return to top
Show: