IVsLibraryReferenceManager Interface

Définition

Fournit des informations sur les bibliothèques .NET de référence pour l'Explorateur d'objets. Vous pouvez obtenir une instance de cette interface à partir du service SVsComplusLibrary (SID_SVsComplusLibrary).

public interface class IVsLibraryReferenceManager
public interface class IVsLibraryReferenceManager
__interface IVsLibraryReferenceManager
[System.Runtime.InteropServices.Guid("699D5E17-9B22-466B-ACFA-2E12CD64E249")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLibraryReferenceManager
[<System.Runtime.InteropServices.Guid("699D5E17-9B22-466B-ACFA-2E12CD64E249")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLibraryReferenceManager = interface
Public Interface IVsLibraryReferenceManager
Attributs

Méthodes

AddComponentReference(String, Object)

Appelée par le projet lors de l'ajout d'une référence à un composant identifié par son chemin d'accès.

DecrementCheckCount(String, Object)

Appelée par le projet référençant un composant identifié par son chemin d'accès lorsqu'il hors de portée.

GetListIndex(VSOBJECTINFO[], IVsObjectList, UInt32)

Fournit des informations de consultation pour l'Explorateur d'objets.

IncrementCheckCount(String, Object)

Appelée par le projet référençant un composant identifié par son chemin d'accès lorsqu'il est intégré dans la portée.

RemoveComponentReference(String, Object)

Appelé par le projet lors de la suppression d'une référence à un composant identifié par son chemin d'accès.

S’applique à