ParseRequest.Text 属性

定义

指定要分析的源文本。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

属性值

String

返回一个字符串,该字符串包含要分析为传递给 ParseRequest 类构造函数的源。

注解

分析器通过此属性获得对源的访问权限。 事实上,这是分析器应访问要分析的源的唯一方法。

适用于