TypedReference.GetTargetType(TypedReference) Metodo

Definizione

Restituisce il tipo della destinazione dell'elemento TypedReference specificato.

public:
 static Type ^ GetTargetType(TypedReference value);
public static Type GetTargetType (TypedReference value);
static member GetTargetType : TypedReference -> Type
Public Shared Function GetTargetType (value As TypedReference) As Type

Parametri

value
TypedReference

Valore per cui è necessario restituire il tipo di destinazione.

Restituisce

Type

Tipo della destinazione dell'elemento TypedReference specificato.

Si applica a