Share via


XmlModel Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.XmlDesignerBase.Model..::..XmlModel
    Microsoft.Data.Tools.VSXmlDesignerBase.Model.VisualStudio..::..VSXmlModel
    Microsoft.Data.Tools.XmlDesignerBase.Model.StandAlone..::..SimpleXmlModel

Namespace:  Microsoft.Data.Tools.XmlDesignerBase.Model
Assemblies:   Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)
  Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)

Syntax

'Declaration
Public MustInherit Class XmlModel _
    Implements IDisposable
'Usage
Dim instance As XmlModel
public abstract class XmlModel : IDisposable
public ref class XmlModel abstract : IDisposable
[<AbstractClassAttribute>]
type XmlModel =  
    class
        interface IDisposable
    end
public abstract class XmlModel implements IDisposable

The XmlModel type exposes the following members.

Constructors

  Name Description
Protected method XmlModel

Top

Properties

  Name Description
Public property Document
Public property IsDisposed
Public property Name
Public property Uri

Top

Methods

  Name Description
Public method CanEditXmlModel
Public method Dispose() () () ()
Protected method Dispose(Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProviderXmlModel
Public method GetTextSpan
Public method GetType (Inherited from Object.)
Public method GetXObject
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event BufferReload

Top

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.

See Also

Reference

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace