Share via


XmlEditingScope.Changes Method (XmlStore)

 

Returns a list of all pending XmlModelChange objects for the spcified XmlStore.

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

Syntax

public abstract IEnumerable<XmlModelChange> Changes(
    XmlStore store
)
public:
virtual IEnumerable<XmlModelChange^>^ Changes(
    XmlStore^ store
) abstract
abstract Changes : 
        store:XmlStore -> IEnumerable<XmlModelChange>
Public MustOverride Function Changes (
    store As XmlStore
) As IEnumerable(Of XmlModelChange)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<XmlModelChange>

An enumerable list. This list is never null, but can be empty.

See Also

Changes Overload
XmlEditingScope Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top