Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Guid
Do not use.
- pptLib
Type: Microsoft.VisualStudio.OLE.Interop.ITypeLib%
Do not use.
Return Value
Type: System.Int32
.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.