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!

ITypeLibImporterNotifySink.ResolveRef

[To be supplied.]

[Visual Basic]
Function ResolveRef( _
   ByVal typeLib As Object _
) As Assembly
[C#]
Assembly ResolveRef(
   object typeLib
);
[C++]
Assembly* ResolveRef(
   Object* typeLib
) = 0;
[JScript]
function ResolveRef(
   typeLib : Object
) : Assembly;

Parameters

typeLib
[To be supplied.]

See Also

ITypeLibImporterNotifySink Interface | ITypeLibImporterNotifySink Members | System.Runtime.InteropServices Namespace