Share via


InstallManager.InstallerContexts Property

Definition

Gets a read-only collection of installer context objects.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::InstallerContext ^> ^ InstallerContexts { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::InstallerContext ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.InstallerContext> InstallerContexts { get; }
member this.InstallerContexts : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.InstallerContext>
Public ReadOnly Property InstallerContexts As ReadOnlyCollection(Of InstallerContext)

Property Value

A generic ReadOnlyCollection of InstallerContext objects.

Applies to