QuickInfoPresenterStyle::QuickInfoAppearanceCategory Property

 

Gets a string that identifies the appearance category for the ITextViews displayed in the default QuickInfo presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property String^ QuickInfoAppearanceCategory {
	[CompilerGeneratedAttribute]
	virtual String^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(String^ value);
}

Property Value

Type: System::String^

The appearance category.

Changes made to this value cause changes to the classification format map used in the translation of classification types to classification formats in the QuickInfo ITextView.

Return to top
Show: