ObjectStatementCollection.Item[Object] 속성

정의

지정된 소유자에 대한 문 컬렉션을 가져옵니다.

public:
 property System::CodeDom::CodeStatementCollection ^ default[System::Object ^] { System::CodeDom::CodeStatementCollection ^ get(System::Object ^ statementOwner); };
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

매개 변수

statementOwner
Object

문 컬렉션의 소유자입니다.

속성 값

또는 테이블에 없는 경우 statementOwner 의 문 컬렉션 statementOwnernull 입니다.

예외

statementOwnernull입니다.

적용 대상

추가 정보