PathCollectionUpdate Method |
Updates the object associated with a path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void Update(
int index,
Object o
)
Public Sub Update (
index As Integer,
o As Object
)
public:
void Update(
int index,
Object^ o
)
member Update :
index : int *
o : Object -> unit 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.
See Also