SPFileStream.Position - Propriété
Obtient ou définit la position actuelle de ce flux.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides Property Position As Long
Get
Set
'Utilisation
Dim instance As SPFileStream
Dim value As Long
value = instance.Position
instance.Position = value
public override long Position { get; set; }
Valeur de propriété
Type : System.Int64
La position actuelle de ce flux.