IVsSelectedSymbols Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsSelectedSymbols
public interface class IVsSelectedSymbols
__interface IVsSelectedSymbols
[System.Runtime.InteropServices.Guid("8A8921BE-42C7-4984-82E9-C68B12C2B22E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSelectedSymbols
[<System.Runtime.InteropServices.Guid("8A8921BE-42C7-4984-82E9-C68B12C2B22E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSelectedSymbols = interface
Public Interface IVsSelectedSymbols
- Attributes
Methods
EnumSelectedSymbols(IVsEnumSelectedSymbols) |
Gets an object that enumerates a collection of selected symbols. |
GetCount(UInt32) |
Gets the number of selected symbols in the collection. |
GetItem(UInt32, IVsSelectedSymbol) |
Gets the selected symbol from the location in the collection specified by the item number. |
GetItemTypes(UInt32) |
Gets the type of the symbols. |