BlobReader.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the offset from the start of the blob to the current position.
public:
property int Offset { int get(); };
public:
property int Offset { int get(); void set(int value); };
public int Offset { get; }
public int Offset { get; set; }
member this.Offset : int
member this.Offset : int with get, set
Public ReadOnly Property Offset As Integer
Public Property Offset As Integer
Property Value
Exceptions
The offset is set outside the bounds of the underlying reader.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.