WindowsActionInputCombinationAttribute Class
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.
Specifies an input combination for an action.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
[System.Runtime.CompilerServices.Nullable(0)]
public class WindowsActionInputCombinationAttribute : Attribute
function WindowsActionInputCombinationAttribute()
Public Class WindowsActionInputCombinationAttribute
Inherits Attribute
- Inheritance
-
WindowsActionInputCombinationAttribute
- Attributes
Remarks
This class is equivalent to the InputCombination object defined in the Action definition JSON schema for App Actions on Windows.
Constructors
| WindowsActionInputCombinationAttribute() |
Initializes a new instance of the WindowsActionInputCombinationAttribute class. |
Properties
| Description |
Gets or initializes a description for the action with the specified combination of inputs and where clauses. |
| Inputs |
Gets or initializes a set of input names for the action. |
| Where |
Gets or initializes a set of clauses that determine the conditions under which the action applies. |