IVsSelectedSymbol Interface
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.
Fournit le nom et les informations de navigation (nom de bibliothèque, etc.) pour un symbole unique. Un élément est une collection IVsSelectedSymbols.
public interface class IVsSelectedSymbol
public interface class IVsSelectedSymbol
__interface IVsSelectedSymbol
[System.Runtime.InteropServices.Guid("9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSelectedSymbol
[<System.Runtime.InteropServices.Guid("9D86535E-5FE7-4AAF-8846-F1FB5556109A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSelectedSymbol = interface
Public Interface IVsSelectedSymbol
- Attributs
Méthodes
| GetName(String) |
Obtient le nom du symbole. |
| GetNavInfo(IVsNavInfo) |
Obtient un objet utilisé pour identifier un symbole dans l'arborescence hiérarchique des symboles. |