ParseRequest.Text 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要分析的源文本。
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
属性值
返回一个字符串,该字符串包含要分析为传递给 ParseRequest 类构造函数的源。
注解
分析器通过此属性获得对源的访问权限。 事实上,这是分析器应访问要分析的源的唯一方法。