Share via


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)

Syntax

'Declaration
Public Overridable Property QuickInfoAppearanceCategory As String
public virtual string QuickInfoAppearanceCategory { get; protected set; }
public:
virtual property String^ QuickInfoAppearanceCategory {
    String^ get ();
    protected: void set (String^ value);
}
abstract QuickInfoAppearanceCategory : string with get, set 
override QuickInfoAppearanceCategory : string with get, set
function get QuickInfoAppearanceCategory () : String 
protected function set QuickInfoAppearanceCategory (value : String)

Property Value

Type: String
The appearance category.

Remarks

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.

.NET Framework Security

See Also

Reference

QuickInfoPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace