ObjectStatementCollection.Item[Object] Propiedad

Definición

Obtiene la colección de instrucciones para el propietario determinado.

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

Parámetros

statementOwner
Object

Propietario de la colección de instrucciones.

Valor de propiedad

Colección de instrucciones para statementOwner o null si statementOwner no está en la tabla.

Excepciones

statementOwner es null.

Se aplica a

Consulte también