IClassFactory2.GetLicInfo(LICINFO[]) 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:
void GetLicInfo(cli::array <Microsoft::VisualStudio::OLE::Interop::LICINFO> ^ pLicInfo);
public:
void GetLicInfo(Platform::Array <Microsoft::VisualStudio::OLE::Interop::LICINFO> ^ pLicInfo);
void GetLicInfo(std::Array <Microsoft::VisualStudio::OLE::Interop::LICINFO> const & pLicInfo);
public void GetLicInfo (Microsoft.VisualStudio.OLE.Interop.LICINFO[] pLicInfo);
abstract member GetLicInfo : Microsoft.VisualStudio.OLE.Interop.LICINFO[] -> unit
Public Sub GetLicInfo (pLicInfo As LICINFO())
Parameters
- pLicInfo
- LICINFO[]