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)

Syntax

'Declaration
<GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSelectedSymbol
'Usage
Dim instance As IVsSelectedSymbol
[GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[InterfaceTypeAttribute()]
public interface IVsSelectedSymbol
[GuidAttribute(L"9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[InterfaceTypeAttribute()]
public interface class IVsSelectedSymbol
public interface IVsSelectedSymbol

See Also

Reference

IVsSelectedSymbol Members

Microsoft.VisualStudio.Shell.Interop Namespace