NodeInvocationInfo.Args プロパティ

定義

呼び出される Node.js 関数に渡される JSON シリアル化可能な引数のシーケンス。

public:
 property cli::array <System::Object ^> ^ Args { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public object[] Args { get; set; }
member this.Args : obj[] with get, set
Public Property Args As Object()

プロパティ値

Object[]

適用対象