ObjectStatementCollection.Item[Object] Egenskap

Definition

Hämtar instruktionssamlingen för den angivna ägaren.

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

Parametrar

statementOwner
Object

Ägaren till instruktionssamlingen.

Egenskapsvärde

Instruktionssamlingen för statementOwner, eller null om statementOwner den inte finns i tabellen.

Undantag

statementOwner är null.

Gäller för

Se även