StringInfo.String プロパティ

定義

現在の 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 オブジェクトが返す文字列を割り当てる必要があります。

  • コンストラクターの引数StringInfo(String)としてvalue指定された文字列。

適用対象