Compartir a través de


SignedDataBlockCollection.Count (Propiedad)

Obtiene el número de objetos SignedDataBlock definidos en la plantilla de formulario.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Count As Integer
'Uso
Dim instance As SignedDataBlockCollection
Dim value As Integer

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

Valor de propiedad

Número de objetos SignedDataBlock definidos en la plantilla de formulario.

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.

Vea también

Referencia

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