ISignature.PrettyPrintedContent 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 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.