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)
'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)
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.
- 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.