StringSegment.Value プロパティ

定義

このセグメントの値を String として取得します。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
public string? Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

プロパティ値

このセグメントの 値を として指定 Stringします。

適用対象