vsPaneShowHow Enumeration

Determines how to display selected text or code.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")> _
Public Enumeration vsPaneShowHow
[GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")]
public enum vsPaneShowHow
[GuidAttribute(L"B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")]
public enum class vsPaneShowHow
[<GuidAttribute("B26AC3C2-3981-4A2E-9D6F-559B41CD1CD2")>]
type vsPaneShowHow
public enum vsPaneShowHow

Members

Member name Description
vsPaneShowCentered Centers the text pane around the indicated text.
vsPaneShowTop Puts the first line at the top of the page.
vsPaneShowAsIs The displayed lines remain the same unless it is necessary to move the display to show the text.

See Also

Reference

EnvDTE Namespace