WebControlToolboxItem.GetToolAttributeValue Method
.NET Framework 3.0
Gets the value of the specified type of attribute of the toolbox item.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public Object GetToolAttributeValue ( IDesignerHost host, Type attributeType )
public function GetToolAttributeValue ( host : IDesignerHost, attributeType : Type ) : Object
Not applicable.
Parameters
- host
The IDesignerHost for the current design document.
- attributeType
The type of attribute to retrieve the value of.
Return Value
The value of the specified type of attribute.| Exception type | Condition |
|---|---|
| The attributeType parameter is not a PersistChildrenAttribute. |
Community Additions
ADD
Show: