TypedReference.GetTargetType(TypedReference) 方法

定義

傳回指定 TypedReference 的目標型別。

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

參數

value
TypedReference

要傳回其目標型別的值。

傳回

指定之 TypedReference 的目標型別。

適用於