ISignature.PrettyPrintedContent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取签名的内容,以适合在屏幕上显示的形式进行打印。
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
属性值
签名内容。
注解
如果不能在一行上显示常规签名内容,则通常会在宽度受限的环境中显示此签名。