Udostępnij za pośrednictwem


WebControlToolboxItem.GetToolAttributeValue(IDesignerHost, Type) Metoda

Definicja

Pobiera wartość określonego typu atrybutu elementu przybornika.

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

Parametry

host
IDesignerHost

Dla IDesignerHost bieżącego dokumentu projektowego.

attributeType
Type

Typ atrybutu, aby pobrać wartość.

Zwraca

Object

Wartość określonego typu atrybutu.

Wyjątki

Parametr attributeType nie jest PersistChildrenAttribute parametrem .

Uwagi

Implementacja domyślna będzie zgłaszać ArgumentException wyjątek , attributeType jeśli parametr ma wartość inną niż PersistChildrenAttribute .

Dotyczy

Zobacz też