Partager via


DeviceThumbnail.GetInputStreamAt(UInt64) Méthode

Définition

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)

S’applique à