ViewState Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubpropertyEditSnapshot

Gets the view's edit snapshot.

System_CAPS_pubpropertyViewportBottom

Gets the y-coordinate of the viewport's bottom edge.

System_CAPS_pubpropertyViewportHeight

Gets the height of the viewport.

System_CAPS_pubpropertyViewportLeft

Gets the x-coordinate of the viewport's left edge.

System_CAPS_pubpropertyViewportRight

Gets the x-coordinate of the viewport's right edge.

System_CAPS_pubpropertyViewportTop

Gets the y-coordinate of the viewport's top edge.

System_CAPS_pubpropertyViewportWidth

Gets the width of the viewport.

System_CAPS_pubpropertyVisualSnapshot

Gets the view's visual snapshot.

Return to top
Show: