CommandQueryStatusEventArgs.Identifiers Property |
Gets a list of requested command identifiers.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic IReadOnlyList<int> Identifiers { get; }
Property Value
Type:
IReadOnlyList<Int32>
The command identifiers.
See Also