Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.