다음을 통해 공유


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

‘선언
Public Overridable Property SignatureAppearanceCategory As String
    Get
    Protected Set
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