SignatureHelpPresenterStyle.SignatureAppearanceCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that identifies the appearance category for the ITextViews displayed in the default signature help presenter.
public: virtual property System::String ^ SignatureAppearanceCategory { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public: virtual property Platform::String ^ SignatureAppearanceCategory { public:
Platform::String ^ get(); protected:
void set(Platform::String ^ value); };
public virtual string SignatureAppearanceCategory { get; protected set; }
member this.SignatureAppearanceCategory : string with get, set
Public Overridable Property SignatureAppearanceCategory As String
Property Value
The identifier of the appearance category.
Remarks
Manipulating this value will change the classification format map used in the translation of classification types to classification formats in the signature ITextView.