指定した TypedReference の対象である型を返します。
Public Shared Function GetTargetType( _
ByVal value As TypedReference _) As Type
[C#]
public static Type GetTargetType(TypedReferencevalue);
[C++]
public: static Type* GetTargetType(TypedReferencevalue);
[JScript]
public static function GetTargetType(
value : TypedReference) : Type;
パラメータ
- value
返される対象である型の値。
戻り値
指定した TypedReference の対象である型。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ