ISelectionContainer Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCountObjects(UInt32, UInt32)

Returns either a count of the total number of objects available or a count of the objects in the current selection.

System_CAPS_pubmethodGetObjects(UInt32, UInt32, array<Object^>^)

Returns either the objects that are currently selected or the objects that are selectable.

System_CAPS_pubmethodSelectObjects(UInt32, array<Object^>^, UInt32)

Returns one or more objects selected from a group of objects.

Return to top
Show: