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

适用于

另请参阅