ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) 메서드

정의

지정된 InheritanceAttributeComponentDesigner를 가져옵니다.

protected:
 System::ComponentModel::InheritanceAttribute ^ InvokeGetInheritanceAttribute(System::ComponentModel::Design::ComponentDesigner ^ toInvoke);
protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute (System.ComponentModel.Design.ComponentDesigner toInvoke);
protected System.ComponentModel.InheritanceAttribute? InvokeGetInheritanceAttribute (System.ComponentModel.Design.ComponentDesigner? toInvoke);
member this.InvokeGetInheritanceAttribute : System.ComponentModel.Design.ComponentDesigner -> System.ComponentModel.InheritanceAttribute
Protected Function InvokeGetInheritanceAttribute (toInvoke As ComponentDesigner) As InheritanceAttribute

매개 변수

toInvoke
ComponentDesigner

상속 특성을 검색할 ComponentDesigner입니다.

반환

지정된 디자이너의 InheritanceAttribute입니다.

적용 대상

추가 정보