Share via


ISignature.PrettyPrintedContent Property

Definition

Gets the content of the signature, pretty-printed into a form suitable for display on-screen.

public:
 property System::String ^ PrettyPrintedContent { System::String ^ get(); };
public:
 property Platform::String ^ PrettyPrintedContent { Platform::String ^ get(); };
public string PrettyPrintedContent { get; }
member this.PrettyPrintedContent : string
Public ReadOnly Property PrettyPrintedContent As String

Property Value

The signature content.

Remarks

Pretty-printed signatures are usually displayed in width-constrained environments when the regular signature content cannot be displayed on one line.

Applies to