Share via


WindowsActionInputCombinationAttribute.Where Property

Definition

Gets or initializes a set of clauses that determine the conditions under which the action applies.

public:
 property Platform::Array <Platform::String ^> ^ Where { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
/// [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
winrt::array_view <winrt::hstring const&> Where();

void Where(winrt::array_view <winrt::hstring const&> value);
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public string[]? Where { get; init; }
var string[] = windowsActionInputCombinationAttribute.where;
windowsActionInputCombinationAttribute.where = string[];
Public Property Where As String()

Property Value

String[]

An array of strings containing where clauses. For information on the syntax of where clauses for actions, see Action definition JSON schema for App Actions on Windows.

Attributes

Applies to