XmlModel.Store Property

 

Gets the XmlStore that this XmlModel belongs to.

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

Syntax

public abstract XmlStore Store { get; }
public:
property XmlStore^ Store {
    virtual XmlStore^ get() abstract;
}
abstract Store : XmlStore with get
Public MustOverride ReadOnly Property Store As XmlStore

Property Value

Type: Microsoft.VisualStudio.XmlEditor.XmlStore

The XmlStore that this XmlModel belongs to.

See Also

XmlModel Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top