Tab(ProductManager) Constructor
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.
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.