WindowsActionInputCombinationAttribute.Inputs 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 input names for the action.
public:
property Platform::Array <Platform::String ^> ^ Inputs { 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&> Inputs();
void Inputs(winrt::array_view <winrt::hstring const&> value);
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public string[]? Inputs { get; init; }
var string[] = windowsActionInputCombinationAttribute.inputs;
windowsActionInputCombinationAttribute.inputs = string[];
Public Property Inputs As String()
Property Value
An array of strings containing input names.
- Attributes