ITypeLibImporterNotifySink.ResolveRef(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asks the user to resolve a reference to another type library.
public:
System::Reflection::Assembly ^ ResolveRef(System::Object ^ typeLib);
public System.Reflection.Assembly ResolveRef (object typeLib);
abstract member ResolveRef : obj -> System.Reflection.Assembly
Public Function ResolveRef (typeLib As Object) As Assembly
Parameters
- typeLib
- Object
The object implementing the ITypeLib
interface that needs to be resolved.
Returns
The assembly corresponding to typeLib
.
Remarks
If a reference to another type library is found during the conversion of a type library, the caller is asked to return the correct assembly for that type library.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.