TemplateParser.Text 属性

定义

获取包含要解析的数据字符串。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

String

要解析的数据。

适用于