ExportProvider.TrackDisposableValue(IDisposable, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une valeur à supprimer lorsque ce exportProvider ou un exportProvider parent est supprimé.
protected void TrackDisposableValue (IDisposable instantiatedPart, string sharingBoundary);
member this.TrackDisposableValue : IDisposable * string -> unit
Protected Sub TrackDisposableValue (instantiatedPart As IDisposable, sharingBoundary As String)
Paramètres
- instantiatedPart
- IDisposable
Partie à supprimer.
- sharingBoundary
- String
Limite de partage associée au composant. Peut être null pour les parties non partagées, ou la chaîne vide pour l’étendue de partage par défaut.