IPotentiallyLarge (Interfaz)

Representa una interfaz que puede ser implementada por un objeto potencialmente grande para permitir que el marco de pruebas determine si debe exigir el control de flujo durante las operaciones que implican al objeto.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Interface IPotentiallyLarge
public interface IPotentiallyLarge
public interface class IPotentiallyLarge
type IPotentiallyLarge =  interface end
public interface IPotentiallyLarge

El tipo IPotentiallyLarge expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ApproximateSize Obtiene el tamaño aproximado, en bytes, de los datos de este objeto cuando se serializa para XML.

Arriba

Vea también

Referencia

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)