LocalRegistryMock.GetTypeLibOfClsid(Guid, ITypeLib) 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.
public:
virtual int GetTypeLibOfClsid(Guid clsid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::ITypeLib ^ % pptLib);
public virtual int GetTypeLibOfClsid (Guid clsid, out Microsoft.VisualStudio.OLE.Interop.ITypeLib pptLib);
abstract member GetTypeLibOfClsid : Guid * ITypeLib -> int
override this.GetTypeLibOfClsid : Guid * ITypeLib -> int
Public Overridable Function GetTypeLibOfClsid (clsid As Guid, ByRef pptLib As ITypeLib) As Integer
Parameters
- clsid
- Guid
- pptLib
- ITypeLib