IsolatedStorageFile.UsedSize Propiedad

Definición

Obtiene un valor que representa la cantidad de espacio utilizado para el almacenamiento aislado.

public:
 virtual property long UsedSize { long get(); };
public override long UsedSize { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override long UsedSize { get; }
member this.UsedSize : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.UsedSize : int64
Public Overrides ReadOnly Property UsedSize As Long

Valor de propiedad

Int64

Espacio de almacenamiento aislado utilizado, expresado en bytes.

Atributos

Excepciones

Se ha cerrado el almacén aislado.

Se ha quitado el almacén aislado.

Se ha eliminado el almacén aislado.

Se aplica a

Consulte también