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.
Namespace: DevCase.Core.Windows.ApplicationsAssembly: 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; }
Public Property DropTarget As Guid
Get
Set
Dim instance As AppShellExecuteInfo
Dim value As Guid
value = instance.DropTarget
instance.DropTarget = value
public:
property Guid DropTarget {
Guid get ();
void set (Guid value);
}
member DropTarget : Guid with get, set
No code example is currently available or this language may not be supported.
Property Value
Guid
The CLSID of an object (usually a local server rather than an in-process server)
that implements
IDropTarget interface.