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)

Syntax

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

Property Value

Type: System.String
The identifier of the appearance category.

Remarks

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

.NET Framework Security

See Also

Reference

SignatureHelpPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace