WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) Metodo

Definizione

Ottiene il valore del tipo specificato di attributo dell'elemento della casella degli strumenti.

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

Parametri

host
IDesignerHost

IDesignerHost per il documento di progettazione corrente.

attributeType
Type

Tipo di attributo di cui si deve recuperare il valore.

Restituisce

Object

Valore del tipo specificato di attributo.

Eccezioni

Il parametro attributeType non è un oggetto PersistChildrenAttribute.

Commenti

L'implementazione predefinita genererà ArgumentException un'eccezione se attributeType il parametro è diverso da un oggetto PersistChildrenAttribute .

Si applica a

Vedi anche