Partager via


IRandomAccessStream.GetInputStreamAt(UInt64) Méthode

Définition

Retourne un flux d’entrée à un emplacement spécifié dans un flux.

public:
 IInputStream ^ GetInputStreamAt(unsigned long long position);
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.

S’applique à