ISignature.PrettyPrintedContent 属性

定义

获取签名的内容,以适合在屏幕上显示的形式进行打印。

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

属性值

String

签名内容。

注解

如果不能在一行上显示常规签名内容,则通常会在宽度受限的环境中显示此签名。

适用于