Sdílet prostřednictvím


ObjectStatementCollection.Item[Object] Vlastnost

Definice

Získá kolekci příkazů pro daného vlastníka.

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

Parametry

statementOwner
Object

Vlastník kolekce příkazů.

Hodnota vlastnosti

Kolekce příkazů pro statementOwnernebo , null pokud statementOwner není v tabulce.

Výjimky

statementOwner je null.

Platí pro

Viz také