SignatureHelpPresenterStyle::SignatureAppearanceCategory Property

 

Gets the identifier of the appearance category for the ITextView objects displayed in the default signature help presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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);
}

Property Value

Type: System::String^

The identifier of the appearance category.

Changing this value will change the classification format map used translate classification types to classification formats in the signature ITextView.

Return to top
Show: