Share via


ISignature.PrettyPrintedContent Property

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

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
ReadOnly Property PrettyPrintedContent As String
string PrettyPrintedContent { get; }
property String^ PrettyPrintedContent {
    String^ get ();
}
abstract PrettyPrintedContent : string
function get PrettyPrintedContent () : String

Property Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace