Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Stream.Seek(Int64, SeekOrigin).
Namespace: Microsoft.Internal.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overrides Function Seek ( _
offset As Long, _
origin As SeekOrigin _
) As Long
public override long Seek(
long offset,
SeekOrigin origin
)
public:
virtual long long Seek(
long long offset,
SeekOrigin origin
) override
abstract Seek :
offset:int64 *
origin:SeekOrigin -> int64
override Seek :
offset:int64 *
origin:SeekOrigin -> int64
public override function Seek(
offset : long,
origin : SeekOrigin
) : long
Parameters
- offset
Type: System.Int64
- origin
Type: System.IO.SeekOrigin
Return Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.