Share via


XmlModelChange.Action Property

Gets the type of change that was made to the node.

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

Usage

'Usage
Dim instance As XmlModelChange
Dim value As XObjectChange

value = instance.Action

Syntax

'Declaration
Public ReadOnly Property Action As XObjectChange
public XObjectChange Action { get; }
public:
property XObjectChange Action {
    XObjectChange get ();
}
/** @property */
public XObjectChange get_Action ()
public function get Action () : XObjectChange

Property Value

The type of change that was made to the node.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlModelChange Class
XmlModelChange Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12