Not implemented. Do not use.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetTypeLibOfClsid ( _
    clsid As Guid, _
    <OutAttribute> ByRef pptLib As ITypeLib _
) As Integer
int GetTypeLibOfClsid(
    Guid clsid,
    out ITypeLib pptLib
)
int GetTypeLibOfClsid(
    [InAttribute] Guid clsid, 
    [OutAttribute] ITypeLib^% pptLib
)
abstract GetTypeLibOfClsid : 
        clsid:Guid * 
        pptLib:ITypeLib byref -> int
function GetTypeLibOfClsid(
    clsid : Guid, 
    pptLib : ITypeLib
) : int
Parameters
clsid
Type: GuidDo not use.
pptLib
Type: Microsoft.VisualStudio.OLE.Interop.ITypeLib%Do not use.
Return Value
Type: Int32
[F:Microsoft.VisualStudio.VSConstants.]E_NOTIMPL in all cases.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.