ObjectStatementCollection.Item[Object] Proprietà

Definizione

Ottiene l'insieme di istruzioni per il proprietario dato.

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

Parametri

statementOwner
Object

Proprietario dell'insieme di istruzioni.

Valore della proprietà

Insieme di istruzioni per statementOwner o null se statementOwner non è nella tabella.

Eccezioni

statementOwner è null.

Si applica a

Vedi anche