Dela via


IClassFactory2.GetLicInfo Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetLicInfo ( _
    <OutAttribute> pLicInfo As LICINFO() _
)
void GetLicInfo(
    LICINFO[] pLicInfo
)
void GetLicInfo(
    [OutAttribute] array<LICINFO>^ pLicInfo
)
abstract GetLicInfo : 
        pLicInfo:LICINFO[] byref -> unit
function GetLicInfo(
    pLicInfo : LICINFO[]
)

Parameters

.NET Framework Security

See Also

Reference

IClassFactory2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace