Partager via


ModelingWindowPane.SelectObjects, méthode

Sélectionne des éléments dans le volet de fenêtre.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function SelectObjects ( _
    count As UInteger, _
    objects As Object(), _
    flags As UInteger _
) As Integer
public int SelectObjects(
    uint count,
    Object[] objects,
    uint flags
)

Paramètres

  • count
    Type : System.UInt32
    Le nombre d'éléments à sélectionner.
  • objects
    Type : array<System.Object[]
    La collection d'éléments à sélectionner.
  • flags
    Type : System.UInt32
    La balise à l'utiliser pour modifier la sélection.Si l'ensemble à SELOBJS_ACTIVATEWINDOW, ce paramètre active la fenêtre avec les objets sélectionnés.

Valeur de retour

Type : System.Int32
Si des éléments qui peuvent être sélectionnés sont recherchés, S_OK ; sinon, E_UNEXPECTED.

Implémentations

ISelectionContainer.SelectObjects(UInt32, array<Object[], UInt32)

Notes

La sélection ne comprend pas des éléments de non- forme non-forme.Cette méthode fait partie de l'implémentation d'ISelectionContainer.

Sécurité .NET Framework

Voir aussi

Référence

ModelingWindowPane Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms