RandomAccessStreamOverStream.GetInputStreamAt(UInt64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un flux d’entrée à un emplacement spécifié dans un flux.
public:
virtual IInputStream ^ GetInputStreamAt(unsigned long long position) = GetInputStreamAt;
IInputStream GetInputStreamAt(uint64_t const& position);
public IInputStream GetInputStreamAt(ulong position);
function getInputStreamAt(position)
Public Function GetInputStreamAt (position As ULong) As IInputStream
Paramètres
- position
-
UInt64
unsigned long long
uint64_t
Emplacement dans le flux auquel commencer.
Retours
Flux d'entrée.
Implémente
M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(uint64_t)