The position within the stream.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Position As Long |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ProgressEventArgs
Dim value As Long
value = instance.Position |
| C# | |
|---|
public long Position {get;} |
| Managed Extensions for C++ | |
|---|
public: __property long get_Position(); |
| C++/CLI | |
|---|
public:
property int64 Position {
int64 get();
} |
Property Value
A long representing the current position within the stream.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also