Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |