IVsSetupCompositionService.GetSetupPackagesInfo 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 GetSetupPackagesInfo(System::UInt32 cPackages, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsSetupPackageInfo ^> ^ ppPackageInfo, [Runtime::InteropServices::Out] System::UInt32 % pcActual);
public void GetSetupPackagesInfo (uint cPackages, Microsoft.VisualStudio.Shell.Interop.IVsSetupPackageInfo[] ppPackageInfo, out uint pcActual);
abstract member GetSetupPackagesInfo : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsSetupPackageInfo[] * uint32 -> unit
Public Sub GetSetupPackagesInfo (cPackages As UInteger, ppPackageInfo As IVsSetupPackageInfo(), ByRef pcActual As UInteger)
Parameters
- cPackages
- UInt32
- ppPackageInfo
- IVsSetupPackageInfo[]
- pcActual
- UInt32