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: 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
- 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.