JamItemIdListCollectionGetPathCollection Method |
Creates a
PathCollection containing the paths of the elements in this collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public PathCollection GetPathCollection()
Public Function GetPathCollection As PathCollection
public:
PathCollection^ GetPathCollection()
member GetPathCollection : unit -> PathCollection
Return Value
Type:
PathCollectionA
PathCollection.
Remarks A fresh list is created on every call.
See Also