ObjectStatementCollection.Item[Object] Свойство
Определение
Возвращает коллекцию операторов для заданного владельца.Gets the statement collection for the given owner.
public:
property System::CodeDom::CodeStatementCollection ^ default[System::Object ^] { System::CodeDom::CodeStatementCollection ^ get(System::Object ^ statementOwner); };
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
Владелец коллекции операторов.The owner of the statement collection.
Значение свойства
Коллекции операторов для значения параметра statementOwner
или значения null
параметра statementOwner
нет в таблице.The statement collection for statementOwner
, or null
if statementOwner
is not in the table.
Исключения
statementOwner
имеет значение null
.statementOwner
is null
.