SimpleXmlModel Class

This API is not CLS-compliant. 

Inheritance Hierarchy

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

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class SimpleXmlModel _
    Inherits XmlModel
'Usage
Dim instance As SimpleXmlModel
[CLSCompliantAttribute(false)]
public class SimpleXmlModel : XmlModel
[CLSCompliantAttribute(false)]
public ref class SimpleXmlModel : public XmlModel
[<CLSCompliantAttribute(false)>]
type SimpleXmlModel =  
    class
        inherit XmlModel
    end
public class SimpleXmlModel extends XmlModel

The SimpleXmlModel 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 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.XmlDesignerBase.Model.StandAlone Namespace