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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา