Initialize(IQueryInterface, AdviceEnumerator<IDynamicAdvice>)
Initializes the current advice.
Declaration
public virtual void Initialize(IQueryInterface parent, AdviceEnumerator<IDynamicAdvice> nextAdvice)Parameters
| Type | Name | Description |
|---|---|---|
| IQueryInterface | parent | The parent, dynamically-advisable object. |
| AdviceEnumerator<IDynamicAdvice> | nextAdvice | The next advice in the chain. |