Share via


Tab(ProductManager) Constructor

Definition

Creates an instance of a Tab object.

protected:
 Tab(Microsoft::Web::PlatformInstaller::ProductManager ^ productManager);
protected Tab (Microsoft.Web.PlatformInstaller.ProductManager productManager);
new Microsoft.Web.PlatformInstaller.Tab : Microsoft.Web.PlatformInstaller.ProductManager -> Microsoft.Web.PlatformInstaller.Tab

Parameters

productManager
ProductManager

The ProductManager object this tab is related to.

Remarks

This constructor is protected and should be called by the constructor of inheriting classes.

Applies to