次の方法で共有


ExportProvider.PartLifecycleTracker.ReportPartiallyInitializedImport メソッド

定義

MEF インポートが、後で初期化できるように完全に初期化されていない値で満たされたことを示します (この MEF 部分が MEF クライアントによって監視される前)。

protected void ReportPartiallyInitializedImport (Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker importedPart);
member this.ReportPartiallyInitializedImport : Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker -> unit
Protected Sub ReportPartiallyInitializedImport (importedPart As ExportProvider.PartLifecycleTracker)

パラメーター

importedPart
ExportProvider.PartLifecycleTracker

完全な初期化なしでこの部分によってインポートされた部分。

適用対象