DeviceThumbnail.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 pointeur vers un flux d’entrée commençant à l’emplacement spécifié.
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
Position dans le flux d’entrée.
Retours
Pointeur vers un 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)