TextSnapshotChangedEventArgs.EditTag Property

Gets an object provided by the initiator of the changes.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property EditTag As Object
public Object EditTag { get; }
public:
property Object^ EditTag {
    Object^ get ();
}
member EditTag : Object
function get EditTag () : Object

Property Value

Type: System.Object
The object provided by the initiator of the changes.

.NET Framework Security

See Also

Reference

TextSnapshotChangedEventArgs Class

Microsoft.VisualStudio.Text Namespace