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.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: 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; }

Property Value

String
The CLSID of the associated IExecuteCommand object.

See Also