ISetupFailedPackageReference2.GetAffectedPackages 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 packages affected by this package failure.
public:
cli::array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetAffectedPackages();
public:
Platform::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetAffectedPackages();
std::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference const &> GetAffectedPackages();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[] GetAffectedPackages ();
abstract member GetAffectedPackages : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[]
Public Function GetAffectedPackages () As ISetupPackageReference()
Returns
An array of packages affected by this package failure. This may be null.