ShellBrowser .Net Edition
Update Method (index, o)
NamespacesJam.ShellPathCollectionUpdate(Int32, Object)
Updates the object associated with a path.
Declaration Syntax
C#Visual BasicVisual C++
public void Update(
	int index,
	Object o
)
Public Sub Update ( _
	index As Integer, _
	o As Object _
)
public:
void Update(
	int index, 
	Object^ o
)
Parameters
index (Int32)
The index of the item that should be updated.
o (Object)
The new object that should be associated with the this item.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)