다음을 통해 공유


WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) 메서드

정의

도구 상자 항목의 특성에 대한 지정된 형식의 값을 가져옵니다.

public:
 System::Object ^ GetToolAttributeValue(System::ComponentModel::Design::IDesignerHost ^ host, Type ^ attributeType);
public object GetToolAttributeValue (System.ComponentModel.Design.IDesignerHost host, Type attributeType);
member this.GetToolAttributeValue : System.ComponentModel.Design.IDesignerHost * Type -> obj
Public Function GetToolAttributeValue (host As IDesignerHost, attributeType As Type) As Object

매개 변수

host
IDesignerHost

현재 디자인 문서에 대한 IDesignerHost입니다.

attributeType
Type

값을 가져올 특성의 형식입니다.

반환

Object

특성에 대한 지정된 형식의 값을 반환합니다.

예외

attributeType 매개 변수가 PersistChildrenAttribute이 아닌 경우

설명

ArgumentException매개 변수가가 아닌 경우 기본 구현에서는을 throw 합니다 attributeType PersistChildrenAttribute .

적용 대상

추가 정보