Evidence.Count Propiedad

Definición

Precaución

Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.

Precaución

Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.

Precaución

Esta API ya está en desuso.

Obtiene el número de objetos de evidencia del conjunto de pruebas.

public:
 property int Count { int get(); };
[System.Obsolete("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")]
public int Count { get; }
[System.Obsolete("Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")]
public int Count { get; }
public int Count { get; }
[System.Obsolete]
public int Count { get; }
[<System.Obsolete("Evidence should not be treated as an ICollection. Use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")>]
member this.Count : int
[<System.Obsolete("Evidence should not be treated as an ICollection. Please use GetHostEnumerator and GetAssemblyEnumerator to iterate over the evidence to collect a count.")>]
member this.Count : int
member this.Count : int
[<System.Obsolete>]
member this.Count : int
Public ReadOnly Property Count As Integer

Valor de propiedad

Número de objetos de evidencia del conjunto de pruebas.

Implementaciones

Atributos

Se aplica a