PexPackageAttributeBase.Initialize(IEngine) 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 to query services and interact with them.
protected:
virtual void Initialize(Microsoft::ExtendedReflection::ComponentModel::IEngine ^ engine);
protected virtual void Initialize (Microsoft.ExtendedReflection.ComponentModel.IEngine engine);
abstract member Initialize : Microsoft.ExtendedReflection.ComponentModel.IEngine -> unit
override this.Initialize : Microsoft.ExtendedReflection.ComponentModel.IEngine -> unit
Protected Overridable Sub Initialize (engine As IEngine)
Parameters
- engine
- Microsoft.ExtendedReflection.ComponentModel.IEngine
The engine.