WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the specified type of attribute of the toolbox item.
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
Parameters
- host
- IDesignerHost
The IDesignerHost for the current design document.
- attributeType
- Type
The type of attribute to retrieve the value of.
Returns
The value of the specified type of attribute.
Exceptions
The attributeType
parameter is not a PersistChildrenAttribute.
Remarks
The default implementation will throw an ArgumentException if the attributeType
parameter is anything other than a PersistChildrenAttribute.