[This is preliminary documentation and is subject to change.]
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void SetSize( long value ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Sub SetSize ( _ value As Long _ ) |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: void SetSize( long long value ) |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] member SetSize : value:int64 -> unit |
| JScript |
|---|
public function SetSize( value : long ) |
Parameters
- value
- Type: System..::..Int64
New value of the Size property
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | value is negative |