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.
A collection of IVsSelectedSymbol interfaces that provide name and navigation information about symbols in a selection. You can get an instance of this interface from the SVsClassView (SID_SVsClassView) service or SVsObjBrowser (SID_SVsObjBrowser) service for class view or the object browser.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSelectedSymbols
'Usage
Dim instance As IVsSelectedSymbols
[GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")]
[InterfaceTypeAttribute()]
public interface IVsSelectedSymbols
[GuidAttribute(L"8A8921BE-42C7-4984-82E9-C68B12C2B22E")]
[InterfaceTypeAttribute()]
public interface class IVsSelectedSymbols
[<GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")>]
[<InterfaceTypeAttribute()>]
type IVsSelectedSymbols = interface end
public interface IVsSelectedSymbols