次の方法で共有


XMLNode.Text プロパティ

定義

XML 要素に表示されるテキストを表す文字列型 ( String) の値を取得または設定します。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

プロパティ値

適用対象