Click or drag to resize

CommandQueryStatusEventArgsIdentifiers Property

Gets a list of requested command identifiers.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<int> Identifiers { get; }

Property Value

Type: IReadOnlyListInt32
The command identifiers.
See Also