Delen via


IExternalArrayItemCommandsProvider Interface

Definition

May be implemented by an implementor of IExternalSettingsProvider to proffer additional commands for array items.

public interface IExternalArrayItemCommandsProvider
type IExternalArrayItemCommandsProvider = interface
Public Interface IExternalArrayItemCommandsProvider

Methods

GetArrayItemCommandsAsync(String, CancellationToken)

Returns a collection of custom commands for items in the array setting identified by arraySettingMoniker. This should return an empty collection if no custom commands are defined.

Applies to