IVsSelectedSymbol Interface

 

Provides the name and navigation information (library name, and so on) for a single symbol. An element in an IVsSelectedSymbols collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[InterfaceTypeAttribute(1)]
public interface IVsSelectedSymbol

NameDescription
System_CAPS_pubmethodGetName(String)

Gets the symbol name.

System_CAPS_pubmethodGetNavInfo(IVsNavInfo)

Gets an object that can be used to identify a symbol in the hierarchical tree of symbols.

Return to top
Show: