PexPreparableAttributeBase.Load(IContainer) Method
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.
This method provides the opportunity install or substitute services.
protected:
override void Load(Microsoft::ExtendedReflection::ComponentModel::IContainer ^ explorationContainer);
protected override sealed void Load (Microsoft.ExtendedReflection.ComponentModel.IContainer explorationContainer);
override this.Load : Microsoft.ExtendedReflection.ComponentModel.IContainer -> unit
Protected Overrides NotOverridable Sub Load (explorationContainer As IContainer)
Parameters
- explorationContainer
- Microsoft.ExtendedReflection.ComponentModel.IContainer
The exploration container.