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
‘선언
ReadOnly Property PrettyPrintedContent As String
Get
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.