ImportCatalogPart 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.
Initializes a new instance of the ImportCatalogPart class.
public:
ImportCatalogPart();
public ImportCatalogPart ();
Public Sub New ()
Remarks
The ImportCatalogPart constructor is a default; no constructor is declared in the ImportCatalogPart class and hence no special tasks are carried out when a new instance of the class is created. The .NET Framework uses the constructor internally to create an instance of the class.
Normally you will not need to use the ImportCatalogPart constructor programmatically in your own code. The intended use of the control is for page developers to add it to a page declaratively at design time.