ObjectStatementCollection.Item[Object] Propriété

Définition

Obtient la collection d’instructions pour le propriétaire donné.

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

Paramètres

statementOwner
Object

Propriétaire de la collection d’instructions.

Valeur de propriété

Collection d’instructions pour statementOwner, ou null si statementOwner elle n’est pas dans la table.

Exceptions

statementOwner a la valeur null.

S’applique à

Voir aussi