ISetupErrorState.GetSkippedPackages 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 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.