FileExtensionInfoDelegateExecute Property
For a verb invoked through COM and the
IExecuteCommand interface, you can use this flag to retrieve the
IExecuteCommand object's CLSID.
This CLSID is registered in the verb's command subkey as the
DelegateExecute entry.
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 DelegateExecute { get; set; }
Public Property DelegateExecute As String
Get
Set
Dim instance As FileExtensionInfo
Dim value As String
value = instance.DelegateExecute
instance.DelegateExecute = value
public:
property String^ DelegateExecute {
String^ get ();
void set (String^ value);
}
member DelegateExecute : 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
IExecuteCommand object.