XamlType.LookupUnderlyingType Metodo

Definizione

Restituisce l'oggetto Type CLR sottostante l'oggetto 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

Restituisce

Oggetto Type CLR sottostante l'oggetto XamlType; in caso contrario, null.

Commenti

Questo metodo può essere richiamato dalle chiamate a UnderlyingType.

L'implementazione predefinita restituisce un campo interno. Tale campo viene in genere inizializzato durante la costruzione e il relativo valore si basa sul costruttore chiamato e sulle informazioni fornite.

Eseguire l'override di questo metodo se si vuole UnderlyingType usare logica diversa.

Si applica a