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のステートメント コレクション。nullがテーブルにない場合はstatementOwner

例外

statementOwnernullです。

適用対象

こちらもご覧ください