IInitializable Interface
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.
Provides a method that can be used to initialize the current instance.
public interface class IInitializable
public interface IInitializable
type IInitializable = interface
Public Interface IInitializable
- Derived
Methods
Initialize(IContainer) |
Initializes the current instance. |