Click or drag to resize

CommandQueryStatusEventArgsIdentifiers Property

Gets a list of requested command identifiers.

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

Property Value

Type: IReadOnlyListInt32
The command identifiers.
See Also