ISetupErrorState.GetSkippedPackages Method

Definition

Gets an array of skipped package references.

public:
 cli::array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetSkippedPackages();
public:
 Platform::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^> ^ GetSkippedPackages();
std::Array <Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference const &> GetSkippedPackages();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[] GetSkippedPackages ();
abstract member GetSkippedPackages : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference[]
Public Function GetSkippedPackages () As ISetupPackageReference()

Returns

An array of skipped package references.

Applies to