Partager via


SelectionContainer.ISelectionContainer.CountObjects, méthode

Détermine le nombre d'objets ces éléments d'SELECTED ou d'ALL.

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

Syntaxe

'Déclaration
Private Function CountObjects ( _
    dwFlags As UInteger, _
    <OutAttribute> ByRef pc As UInteger _
) As Integer Implements ISelectionContainer.CountObjects
int ISelectionContainer.CountObjects(
    uint dwFlags,
    out uint pc
)

Paramètres

  • dwFlags
    Type : System.UInt32
    Utilisez ALL pour indiquer tous les membres et SELECTED pour indiquer uniquement ceux sélectionnés.
  • pc
    Type : System.UInt32%
    Un pointeur au nombre d'éléments, cette valeur est défini par l'appel de méthode.

Valeur de retour

Type : System.Int32
Retourne S_OK si l'opération est réussie.

Implémentations

ISelectionContainer.CountObjects(UInt32, UInt32%)

Remarques

Lève une exception si dwFlags n'est pas ALL ou SELECTED.

Sécurité .NET Framework

Voir aussi

Référence

SelectionContainer Classe

Microsoft.VisualStudio.Shell, espace de noms