PexPackageAttributeBase.Initialize(IEngine) Method

Definition

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.

Applies to