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 | |
---|---|---|
XmlModel |
Top
Properties
Name | Description | |
---|---|---|
Document | ||
IsDisposed | ||
Name | ||
Uri |
Top
Methods
Name | Description | |
---|---|---|
CanEditXmlModel | ||
Dispose() () () () | ||
Dispose(Boolean) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProviderXmlModel | ||
GetTextSpan | ||
GetType | (Inherited from Object.) | |
GetXObject | ||
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.