CodeObjectCreateExpression.Parameters プロパティ

定義

オブジェクトの作成に使用するパラメーターを取得または設定します。

public:
 property System::CodeDom::CodeExpressionCollection ^ Parameters { System::CodeDom::CodeExpressionCollection ^ get(); };
public System.CodeDom.CodeExpressionCollection Parameters { get; }
member this.Parameters : System.CodeDom.CodeExpressionCollection
Public ReadOnly Property Parameters As CodeExpressionCollection

プロパティ値

オブジェクトを作成するときに使用するパラメーターを示す CodeExpressionCollection

適用対象

こちらもご覧ください