SignatureHelpPresenterStyle::SignatureAppearanceCategory Property
Visual Studio 2015
Gets the identifier of the appearance category for the ITextView objects displayed in the default signature help presenter.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property String^ SignatureAppearanceCategory { [CompilerGeneratedAttribute] virtual String^ get(); [CompilerGeneratedAttribute] protected: virtual void set(String^ value); }
Changing this value will change the classification format map used translate classification types to classification formats in the signature ITextView.
Show: