ExportProvider.PartLifecycleTracker(ExportProvider, String) Constructor
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.
Initializes a new instance of the ExportProvider.PartLifecycleTracker class.
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)
Parameters
- owningExportProvider
- ExportProvider
The ExportProvider that owns the lifetime and sharing boundaries for the part to be instantiated.
- sharingBoundary
- String
The sharing boundary the part belongs to.