[This is preliminary documentation and is subject to change.]
Throws NotSupportedException
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override void SetLength( long value ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides Sub SetLength ( _ value As Long _ ) |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual void SetLength( long long value ) override |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract SetLength : value:int64 -> unit [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override SetLength : value:int64 -> unit |
| JScript |
|---|
public override function SetLength( value : long ) |
Parameters
- value
- Type: System..::..Int64
Ignored
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Always |