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.
Sets the collection of selectable objects.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function SelectObjects ( _
cSelect As UInteger, _
apUnkSelect As Object(), _
dwFlags As UInteger _
) As Integer Implements ISelectionContainer.SelectObjects
int ISelectionContainer.SelectObjects(
uint cSelect,
Object[] apUnkSelect,
uint dwFlags
)
private:
virtual int SelectObjects(
unsigned int cSelect,
array<Object^>^ apUnkSelect,
unsigned int dwFlags
) sealed = ISelectionContainer::SelectObjects
private abstract SelectObjects :
cSelect:uint32 *
apUnkSelect:Object[] *
dwFlags:uint32 -> int
private override SelectObjects :
cSelect:uint32 *
apUnkSelect:Object[] *
dwFlags:uint32 -> int
JScript does not support explicit interface implementations.
Parameters
cSelect
Type: UInt32The size of the array of selected objects.
apUnkSelect
Type: array<Object[]The array of objects to be selected.
dwFlags
Type: UInt32If this value is true, ActivateObjects will be performed on the array of objects.
Return Value
Type: Int32
Returns S_OK if the operation is successful.
Implements
ISelectionContainer.SelectObjects(UInt32, array<Object[], UInt32)
Remarks
If the array of selected objects is not empty and not read only the SelectedObjectsChanged event will be fired.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.