Share via


DefaultTextViewHostOptions.PreviewSizeOptionId Field

Determines the size (in lines of text) of the default tip.

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

Syntax

'Declaration
Public Shared ReadOnly PreviewSizeOptionId As EditorOptionKey(Of Integer)
public static readonly EditorOptionKey<int> PreviewSizeOptionId
public:
static initonly EditorOptionKey<int> PreviewSizeOptionId
static val PreviewSizeOptionId: EditorOptionKey<int>
public static final var PreviewSizeOptionId : EditorOptionKey<int>

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace