FileStreamStorage<TKey>::GetStreamSize Method (TKey, Int64, Int64)
Visual Studio 2015
Gets the number of bytes actually used by an existing Stream in the storage.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: virtual void GetStreamSize( TKey key, [OutAttribute] long long% actualSize, [OutAttribute] long long% reservedSize ) sealed
Parameters
- key
-
Type:
TKey
The key.
- actualSize
-
Type:
System::Int64
[out] The size.
- reservedSize
-
Type:
System::Int64
[out] The reserved size.
Show: