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, set
Public Property String As String
屬性值
字串,這是目前 StringInfo 物件的值。
例外狀況
在設定作業中,此值為 null
。
備註
StringInfo具現化物件時,其 String 屬性會設定為下列其中一個值:
String.Empty 如果呼叫預設值 StringInfo() ,則為 。 然後,您應該使用 String 屬性來指派這個 StringInfo 物件 rperesents 的字串。
提供做為
value
建構函式自變數的 StringInfo(String) 字串。