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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.