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)

public:
property Object^ EditTag {
	Object^ get();
}

Property Value

Type: System::Object^

The object provided by the initiator of the changes.

Return to top
Show: