ExportProvider.PartLifecycleTracker.InvokeOnImportsSatisfied 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.
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.