Partager via


WindowCollection.Count, propriété

Obtient le nombre d'objets Window que contient la collection WindowCollection.

Espace de noms : Microsoft.Office.InfoPath
Assembly : Microsoft.Office.InfoPath (dans microsoft.office.infopath.dll)

Syntaxe

Public MustOverride ReadOnly Property Count As Integer

Dim instance As WindowCollection
Dim value As Integer

value = instance.Count
public abstract int Count { get; }

Valeur de la propriété

Nombre d'objets Window contenus dans la collection WindowCollection.

Remarques

Ce membre est accessible sans restrictions.

Ce type ou ce membre est uniquement accessible à partir du code exécuté dans les formulaires ouverts dans Microsoft Office InfoPath 2007.

Exemple

L'exemple suivant définit une variable pour le nombre de fenêtres de la collection WindowCollection.

int windowCount = this.Application.Windows.Count;
Dim windowCount As Integer  = Me.Application.Windows.Count

Voir aussi

Référence

WindowCollection, classe
Membres WindowCollection
Microsoft.Office.InfoPath, espace de noms