StringInfo.String 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置当前 StringInfo 对象的值。
public:
 property System::String ^ String { System::String ^ get(); void set(System::String ^ value); };public string String { get; set; }member this.String : string with get, setPublic Property String As String属性值
作为当前 StringInfo 对象的值的字符串。
例外
设置操作中的值为 null。
注解
StringInfo实例化对象时,其String属性设置为以下值之一:
- String.Empty 如果调用默认值 StringInfo() ,则为 。 然后, String 应使用 属性来分配此 StringInfo 对象所表示的字符串。 
- 作为 - value参数提供给构造函数的 StringInfo(String) 字符串。