次の方法で共有


TypedReference.GetTargetType メソッド

指定した 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 ファミリ

参照

TypedReference 構造体 | TypedReference メンバ | System 名前空間