Share via


XmlEditingScope.Store Property

 

Gets the XmlStore instance that created this XmlEditingScope.

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 instance that created this XmlEditingScope.

See Also

XmlEditingScope Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top