Share via


XmlModel Class

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

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

Usage

'Usage
Dim instance As XmlModel

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class XmlModel
    Implements IDisposable
[CLSCompliantAttribute(false)] 
public abstract class XmlModel : IDisposable
[CLSCompliantAttribute(false)] 
public ref class XmlModel abstract : IDisposable
/** @attribute CLSCompliantAttribute(false) */ 
public abstract class XmlModel implements IDisposable
CLSCompliantAttribute(false) 
public abstract class XmlModel implements IDisposable

Remarks

An XmlModel object stays open until you call Dispose.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.XmlEditor.XmlModel

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlModel Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12