ResetInputsAction.WithTargetInputIds Method
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.
Overloads
| Name | Description |
|---|---|
| WithTargetInputIds(IList<String>) | |
| WithTargetInputIds(String[]) |
WithTargetInputIds(IList<String>)
public Microsoft.Teams.Cards.ResetInputsAction WithTargetInputIds(System.Collections.Generic.IList<string> value);
member this.WithTargetInputIds : System.Collections.Generic.IList<string> -> Microsoft.Teams.Cards.ResetInputsAction
Public Function WithTargetInputIds (value As IList(Of String)) As ResetInputsAction
Parameters
Returns
Applies to
WithTargetInputIds(String[])
public Microsoft.Teams.Cards.ResetInputsAction WithTargetInputIds(params string[] value);
member this.WithTargetInputIds : string[] -> Microsoft.Teams.Cards.ResetInputsAction
Public Function WithTargetInputIds (ParamArray value As String()) As ResetInputsAction
Parameters
- value
- String[]