WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) Method

Definition

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.

Applies to

See also