[This is preliminary documentation and is subject to change.]

Raplaces object in HandleDictionary with another one.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void HandleReplace(
	int handle,
	Object object
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Protected Sub HandleReplace ( _
	handle As Integer, _
	object As Object _
)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
protected:
void HandleReplace(
	int handle, 
	Object^ object
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member HandleReplace : 
        handle:int * 
        object:Object -> unit 
JScript
protected function HandleReplace(
	handle : int, 
	object : Object
)

Parameters

handle
Type: System..::..Int32
Handle to replace object for
object
Type: System..::..Object
New object to store with handle handle

Exceptions

ExceptionCondition
System.Collections.Generic..::..KeyNotFoundExceptionhandle is nod defined

Thread Safety

This function is tread-safe

See Also