ISetupInstance2.GetPackages 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.
Gets an array of package references registered to the instance.
public:
cli::array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetPackages();
public:
Platform::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetPackages();
std::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference const &> GetPackages();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[] GetPackages ();
abstract member GetPackages : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[]
Public Function GetPackages () As ISetupPackageReference()
Returns
An array of package references registered to the instance.