ObjectStatementCollection.Item[Object] Özellik

Tanım

Verilen sahip için deyim koleksiyonunu alır.

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

Parametreler

statementOwner
Object

Deyim koleksiyonunun sahibi.

Özellik Değeri

için deyim koleksiyonu statementOwnerveya null tabloda yoksa statementOwner .

Özel durumlar

statementOwner, null'e eşittir.

Şunlara uygulanır

Ayrıca bkz.