Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[InterfaceTypeAttribute()]
public interface IVsSelectedSymbol
[GuidAttribute(L"9D86535E-5FE7-4AAF-8846-F1FB5556109A")]
[InterfaceTypeAttribute()]
public interface class IVsSelectedSymbol
[<GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")>]
[<InterfaceTypeAttribute()>]
type IVsSelectedSymbol = interface end
public interface IVsSelectedSymbol
The IVsSelectedSymbol type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetName | |
![]() |
GetNavInfo |
Top