PexExplorationPackageAttributeBase.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:
virtual void Load(Microsoft::ExtendedReflection::ComponentModel::IContainer ^ explorationContainer);
protected virtual void Load (Microsoft.ExtendedReflection.ComponentModel.IContainer explorationContainer);
abstract member Load : Microsoft.ExtendedReflection.ComponentModel.IContainer -> unit
override this.Load : Microsoft.ExtendedReflection.ComponentModel.IContainer -> unit
Protected Overridable Sub Load (explorationContainer As IContainer)
Parameters
- explorationContainer
- Microsoft.ExtendedReflection.ComponentModel.IContainer
The exploration container.