IVsSelectedSymbol Interface

Definition

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.

Applies to