NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypedReference.TargetTypeToken

Returns the internal metadata type handle for the specified TypedReference.

[Visual Basic]
Public Shared Function TargetTypeToken( _
   ByVal value As TypedReference _
) As RuntimeTypeHandle
[C#]
public static RuntimeTypeHandle TargetTypeToken(
   TypedReference value
);
[C++]
public: static RuntimeTypeHandle TargetTypeToken(
   TypedReference value
);
[JScript]
public static function TargetTypeToken(
   value : TypedReference
) : RuntimeTypeHandle;

Parameters

value
The TypedReference for which the type handle is requested.

Return Value

The internal metadata type handle for the specified TypedReference.

See Also

TypedReference Structure | TypedReference Members | System Namespace