PredefinedTextViewRoles Fields

 

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAnalyzable

Applies to text views of entities that can be analyzed for errors or other information (such as "quick info").

System_CAPS_pubfieldSystem_CAPS_staticCodeDefinitionView

The predefined role used for code definition windows.

System_CAPS_pubfieldSystem_CAPS_staticDebuggable

Applies to text views of entities in which the debugger can display information at runtime.

System_CAPS_pubfieldSystem_CAPS_staticDocument

Applies to text views of entities, typically stored in files, that have a definite first line and last line. This excludes entities such as output logs or textual displays of data that are presented in a form.

System_CAPS_pubfieldSystem_CAPS_staticEditable

Applies to text views that can be changed using the keyboard.

System_CAPS_pubfieldSystem_CAPS_staticEmbeddedPeekTextView

The predefined role used for text views embedded within a containing text view.

System_CAPS_pubfieldSystem_CAPS_staticInteractive

Applies to text views with which the user can interact using the mouse and/or keyboard. Views that are not interactive cannot display a caret or a selection and cannot have keyboard input.

System_CAPS_pubfieldSystem_CAPS_staticPreviewTextView

The predefined role used for the preview window created by the enhanced scroll bar.

System_CAPS_pubfieldSystem_CAPS_staticPrimaryDocument

Applies to text views of documents that are open for mainline editing, excluding auxiliary views of documents.

System_CAPS_pubfieldSystem_CAPS_staticPrintable

System_CAPS_pubfieldSystem_CAPS_staticStructured

Applies to text views of entities that have internal structure that should be exposed by editor facilities such as Outlining.

System_CAPS_pubfieldSystem_CAPS_staticZoomable

Applies to text views of entities that allow the user to perform zooming operations.

Return to top
Show: