ExtensionMethodsGetPaths Method |
An IDataObject extension method that gets the FilePaths in the IDataObject (if any).
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static PathCollection GetPaths(
this IDataObject pDataObject
)
<ExtensionAttribute>
Public Shared Function GetPaths (
pDataObject As IDataObject
) As PathCollection
public:
[ExtensionAttribute]
static PathCollection^ GetPaths(
IDataObject^ pDataObject
)
[<ExtensionAttribute>]
static member GetPaths :
pDataObject : IDataObject -> PathCollection
Parameters
- pDataObject
- Type: System.Windows.FormsIDataObject
The pDataObject to act on.
Return Value
Type:
PathCollectionThe paths.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDataObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also