XamlType.LookupUnderlyingType Metoda

Definice

Vrátí CLR Type , který je základem tohoto XamlType.

protected:
 virtual Type ^ LookupUnderlyingType();
protected virtual Type LookupUnderlyingType ();
abstract member LookupUnderlyingType : unit -> Type
override this.LookupUnderlyingType : unit -> Type
Protected Overridable Function LookupUnderlyingType () As Type

Návraty

Type

CLR Type , který je základem tohoto XamlType; jinak, null.

Poznámky

Tuto metodu lze vyvolat voláním UnderlyingType.

Výchozí implementace vrátí interní pole. Toto pole je obecně inicializováno během konstrukce a jeho hodnota je založena na tom, který konstruktor byl volán, a informace, které jste zadali.

Tuto metodu přepište, pokud chcete UnderlyingType použít jinou logiku.

Platí pro