IVsSelectedSymbol Interface
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.
Provides the name and navigation information (library name, and so on) for a single symbol. An element in an IVsSelectedSymbols collection.
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
- Attributes
Methods
GetName(String) |
Gets the symbol name. |
GetNavInfo(IVsNavInfo) |
Gets an object that can be used to identify a symbol in the hierarchical tree of symbols. |