ContentTypeChangedEventArgs Properties

 

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

NameDescription
System_CAPS_pubpropertyAfter

Gets the state of the ITextBuffer after the change.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyAfterContentType

The IContentType after the change occurred.

System_CAPS_pubpropertyAfterVersion

Gets the ITextVersionn associated with After.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyBefore

Gets the state of the ITextBuffer before the change occurred.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyBeforeContentType

The IContentType before the change occurred.

System_CAPS_pubpropertyBeforeVersion

Gets the ITextVersion associated with Before.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyEditTag

Gets an object provided by the initiator of the changes.(Inherited from TextSnapshotChangedEventArgs.)

Return to top
Show: