VSXmlModel Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class VSXmlModel _
    Inherits XmlModel
'Usage
Dim instance As VSXmlModel
public sealed class VSXmlModel : XmlModel
public ref class VSXmlModel sealed : public XmlModel
[<SealedAttribute>]
type VSXmlModel =  
    class
        inherit XmlModel
    end
public final class VSXmlModel extends XmlModel

The VSXmlModel type exposes the following members.

Properties

  Name Description
Public property Document (Overrides XmlModel..::..Document.)
Public property IsDisposed (Inherited from XmlModel.)
Public property Name (Overrides XmlModel..::..Name.)
Public property Uri (Inherited from XmlModel.)

Top

Methods

  Name Description
Public method CanEditXmlModel (Overrides XmlModel..::..CanEditXmlModel() () () ().)
Public methodStatic member ConvertFromVSTextSpan
Public methodStatic member ConvertToVSTextSpan
Public method Dispose() () () () (Inherited from XmlModel.)
Protected method Dispose(Boolean) (Inherited from XmlModel.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProviderXmlModel (Overrides XmlModel..::..GetProviderXmlModel() () () ().)
Public method GetTextSpan (Overrides XmlModel..::..GetTextSpan(XObject).)
Public method GetType (Inherited from Object.)
Public method GetXObject (Inherited from XmlModel.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event BufferReload (Overrides XmlModel..::..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.VSXmlDesignerBase.Model.VisualStudio Namespace