ObjectStatementCollection.Item[Object] プロパティ

定義

指定した所有者のステートメント コレクションを取得します。

public:
 property System::CodeDom::CodeStatementCollection ^ default[System::Object ^] { System::CodeDom::CodeStatementCollection ^ get(System::Object ^ statementOwner); };
public System.CodeDom.CodeStatementCollection this[object statementOwner] { get; }
public System.CodeDom.CodeStatementCollection? this[object statementOwner] { get; }
member this.Item(obj) : System.CodeDom.CodeStatementCollection
Default Public ReadOnly Property Item(statementOwner As Object) As CodeStatementCollection

パラメーター

statementOwner
Object

ステートメント コレクションの所有者。

プロパティ値

statementOwner のステートメント コレクション。テーブル内に statementOwner がない場合は null

例外

statementOwnernull です。

適用対象

こちらもご覧ください