WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
도구 상자 항목의 특성에 대한 지정된 형식의 값을 가져옵니다.
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
값을 가져올 특성의 형식입니다.
반환
특성에 대한 지정된 형식의 값을 반환합니다.
예외
attributeType
매개 변수가 PersistChildrenAttribute이 아닌 경우
설명
ArgumentException매개 변수가가 아닌 경우 기본 구현에서는을 throw 합니다 attributeType
PersistChildrenAttribute .