Share via


ArrayLiteral(Context, ASTList) コンストラクター

定義

コンテキストおよび要素を指定して、ArrayLiteral クラスの新しいインスタンスを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 ArrayLiteral(Microsoft::JScript::Context ^ context, Microsoft::JScript::ASTList ^ elements);
public ArrayLiteral (Microsoft.JScript.Context context, Microsoft.JScript.ASTList elements);
new Microsoft.JScript.ArrayLiteral : Microsoft.JScript.Context * Microsoft.JScript.ASTList -> Microsoft.JScript.ArrayLiteral
Public Sub New (context As Context, elements As ASTList)

パラメーター

context
Context

現在のドキュメント コンテキスト。

elements
ASTList

配列の要素。

適用対象

こちらもご覧ください