PexExplorableGuesserAttributeBase.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 ^ engineContainer);
protected override sealed void Load (Microsoft.ExtendedReflection.ComponentModel.IContainer engineContainer);
override this.Load : Microsoft.ExtendedReflection.ComponentModel.IContainer -> unit
Protected Overrides NotOverridable Sub Load (engineContainer As IContainer)
Parameters
- engineContainer
- Microsoft.ExtendedReflection.ComponentModel.IContainer
The exploration container.