Share via


XmlEditingScope.Changes Method (XmlModel)

 

Returns a list of all pending XmlModelChange objects for the specified model.

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

Syntax

public abstract IEnumerable<XmlModelChange> Changes(
    XmlModel model
)
public:
virtual IEnumerable<XmlModelChange^>^ Changes(
    XmlModel^ model
) abstract
abstract Changes : 
        model:XmlModel -> IEnumerable<XmlModelChange>
Public MustOverride Function Changes (
    model As XmlModel
) 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