次の方法で共有


Command.Text プロパティ

定義

バッチに使用されるコマンド テキストを取得します。値の設定も可能です。

public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

プロパティ値

バッチ コマンドが含まれた文字列テキストです。

適用対象