ApplicationSettingsBase Constructor (IComponent^)
.NET Framework (current version)
Initializes an instance of the ApplicationSettingsBase class using the supplied owner component.
Assembly: System (in System.dll)
Parameters
- owner
-
Type:
System.ComponentModel::IComponent^
The component that will act as the owner of the application settings object.
| Exception | Condition |
|---|---|
| ArgumentNullException | owner is null. |
This constructor is exactly equivalent to the ApplicationSettingsBase(IComponent^, String^) constructor using the invocation:
ApplicationSettingsBase(owner, String.Empty)
For information about how reflection is used during the instantiation of a wrapper class, see the default ApplicationSettingsBase() constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: