ExportProvider.PartLifecycleTracker.InvokeOnImportsSatisfied Method

Definition

Invokes the OnImportsSatisfied method on the part, if applicable.

protected abstract void InvokeOnImportsSatisfied ();
abstract member InvokeOnImportsSatisfied : unit -> unit
Protected MustOverride Sub InvokeOnImportsSatisfied ()

Remarks

If not applicable for this MEF part, this method should simply no-op.

Applies to