TypedReference.GetTargetType(TypedReference) Método

Definição

Retorna o tipo de destino do TypedReference especificado.

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

Parâmetros

value
TypedReference

O valor cujo tipo de destino deve ser retornado.

Retornos

Type

O tipo de destino do TypedReference especificado.

Aplica-se a