WindowCollection.Count (Propiedad)

Obtiene el número de objetos Window que contiene la colección WindowCollection.

Espacio de nombres: Microsoft.Office.InfoPath
Ensamblado: Microsoft.Office.InfoPath (en microsoft.office.infopath.dll)

Sintaxis

Public MustOverride ReadOnly Property Count As Integer

Dim instance As WindowCollection
Dim value As Integer

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

Valor de propiedad

Número de objetos Window de la colección WindowCollection.

Comentarios

Se puede obtener acceso a este miembro sin restricciones.

Se puede tener acceso a este tipo o miembro solamente desde un código ejecutado en formularios abiertos en Microsoft Office InfoPath 2007.

Ejemplo

En el ejemplo siguiente se establece una variable en el número de ventanas de la colección WindowCollection.

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

Vea también

Referencia

WindowCollection (Clase)
WindowCollection (Miembros)
Microsoft.Office.InfoPath (Espacio de nombres)