ObjectStatementCollection.Item[Object] Właściwość

Definicja

Pobiera kolekcję instrukcji dla danego właściciela.

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

Właściciel kolekcji instrukcji.

Wartość właściwości

Kolekcja instrukcji dla statementOwnerelementu lub null , jeśli statementOwner nie znajduje się w tabeli.

Wyjątki

statementOwner to null.

Dotyczy

Zobacz też