FileExtensionInfoDropTarget Property
For a verb invoked through COM and the
IDropTarget interface,
you can use this flag to retrieve the
IDropTarget object's CLSID.
This CLSID is registered in the DropTarget subkey. The verb is specified in the
pwszExtra parameter in the
call to
IQueryAssociations::GetString.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string DropTarget { get; set; }
Public Property DropTarget As String
Get
Set
Dim instance As FileExtensionInfo
Dim value As String
value = instance.DropTarget
instance.DropTarget = value
public:
property String^ DropTarget {
String^ get ();
void set (String^ value);
}
member DropTarget : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The CLSID of the associated IDropTarget object.