次の方法で共有


ExportProvider.PartLifecycleTracker(ExportProvider, String) コンストラクター

定義

ExportProvider.PartLifecycleTracker クラスの新しいインスタンスを初期化します。

public PartLifecycleTracker (Microsoft.VisualStudio.Composition.ExportProvider owningExportProvider, string sharingBoundary);
new Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker : Microsoft.VisualStudio.Composition.ExportProvider * string -> Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker
Public Sub New (owningExportProvider As ExportProvider, sharingBoundary As String)

パラメーター

owningExportProvider
ExportProvider

インスタンス化するパーツの有効期間と共有境界を所有する ExportProvider。

sharingBoundary
String

パーツが属する共有境界。

適用対象