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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.