ToggleVisibilityAction.WithTargetElements 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.
public Microsoft.Teams.Cards.ToggleVisibilityAction WithTargetElements(Microsoft.Teams.Common.IUnion<System.Collections.Generic.IList<string>,System.Collections.Generic.IList<Microsoft.Teams.Cards.TargetElement>> value);
member this.WithTargetElements : Microsoft.Teams.Common.IUnion<System.Collections.Generic.IList<string>, System.Collections.Generic.IList<Microsoft.Teams.Cards.TargetElement>> -> Microsoft.Teams.Cards.ToggleVisibilityAction
Public Function WithTargetElements (value As IUnion(Of IList(Of String), IList(Of TargetElement))) As ToggleVisibilityAction
Parameters
- value
- IUnion<IList<String>,IList<TargetElement>>