ISignature.Content 属性

定义

获取签名的内容,包括要显示的所有字符。

public:
 property System::String ^ Content { System::String ^ get(); };
public:
 property Platform::String ^ Content { Platform::String ^ get(); };
public string Content { get; }
member this.Content : string
Public ReadOnly Property Content As String

属性值

String

内容。

注解

此文本可能出现在文本视图中,可以使用标准分类器机制进行着色。

适用于