次の方法で共有


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 パラメーターが以外のものである場合、がスローされ attributeType PersistChildrenAttribute ます。

適用対象

こちらもご覧ください