AppShellExecuteInfoDropTarget Property

Gets or sets the CLSID of an object (usually a local server rather than an in-process server) that implements IDropTarget interface.

By default, when the drop target is an executable file, and no DropTarget value is provided, the Shell converts the list of dropped files into a command-line parameter and passes it to ShellExecuteEx through lpParameters.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Guid DropTarget { get; set; }

Property Value

Guid
The CLSID of an object (usually a local server rather than an in-process server) that implements IDropTarget interface.

See Also