ITypeLibExporterNotifySink.ResolveRef(Assembly) 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 assembly.
public:
System::Object ^ ResolveRef(System::Reflection::Assembly ^ assembly);
public object ResolveRef (System.Reflection.Assembly assembly);
abstract member ResolveRef : System.Reflection.Assembly -> obj
Public Function ResolveRef (assembly As Assembly) As Object
Parameters
- assembly
- Assembly
The assembly to resolve.
Returns
The type library for assembly
.
Remarks
If a reference to another assembly is found during the conversion of an assembly, the caller is asked to return the correct type library (the object that implements ITypeLib
interface) for that assembly.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.