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)

property String^ PrettyPrintedContent {
	String^ get();
}

Property Value

Type: System::String^

The signature content.

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

Return to top
Show: