Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<GuidAttribute("9D86535E-5FE7-4AAF-8846-F1FB5556109A")>]
[<InterfaceTypeAttribute()>]
type IVsSelectedSymbol = interface end
public interface IVsSelectedSymbol