SelectionContainer Methods

 

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

NameDescription
System_CAPS_protmethodActivateObjects()

Overriding this method enables an object to respond when selected.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionContainer::CountObjects(UInt32, UInt32)

Determines the number of objects either those SELECTED or ALL items.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionContainer::GetObjects(UInt32, UInt32, array<Object^>^)

Sets cObjects with the number of items SELECTED or ALL items and populates array apUnkObjects with pointers to those objects.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionContainer::SelectObjects(UInt32, array<Object^>^, UInt32)

Sets the collection of selectable objects.

Return to top
Show: