WindowsActionInputCombinationAttribute.Where Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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