ShellCommandEventArgsPaths Property |
The paths the shell command will affect. (readonly)
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public PathCollection Paths { get; }
Public ReadOnly Property Paths As PathCollection
Get
public:
property PathCollection^ Paths {
PathCollection^ get ();
}
member Paths : PathCollection with get
Property Value
Type:
PathCollectionRemarks
For the
Paste operation the paths don't contain the files that will be pasted,
but instead the element that receives the pasted contents of clipboard. Use (Windows.Forms/System.Windows) Clipboard functions to check the pasted contents instead.
See Also