AxImporter.IReferenceResolver.ResolveActiveXReference(UCOMITypeLib) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解析对包含 ActiveX 控件的指定类型库的引用。
public:
System::String ^ ResolveActiveXReference(System::Runtime::InteropServices::UCOMITypeLib ^ typeLib);
public string ResolveActiveXReference (System.Runtime.InteropServices.UCOMITypeLib typeLib);
abstract member ResolveActiveXReference : System.Runtime.InteropServices.UCOMITypeLib -> string
Public Function ResolveActiveXReference (typeLib As UCOMITypeLib) As String
参数
- typeLib
- UCOMITypeLib
要解析对其引用的 UCOMITypeLib。
返回
程序集的完全限定路径。