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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.