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

適用於

另請參閱