DefaultOptionExtensions.GetTooltipAppearanceCategory(IEditorOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines appearance category for tooltips originating in this view
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetTooltipAppearanceCategory(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static string GetTooltipAppearanceCategory (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetTooltipAppearanceCategory : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> string
<Extension()>
Public Function GetTooltipAppearanceCategory (options As IEditorOptions) As String
Parameters
- options
- IEditorOptions
The IEditorOptions.
Returns
A string containing the appearance category for tooltips originating in this view.