AgentTaskEvent.TrailingIcons 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.
List of trailing icons to show at the end of the event content, after the text (if available) or the leading icons.
public System.Collections.Generic.IList<Android.Graphics.Drawables.Icon> TrailingIcons { [Android.Runtime.Register("getTrailingIcons", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getTrailingIcons", "()Ljava/util/List;", "", ApiSince=37)>]
member this.TrailingIcons : System.Collections.Generic.IList<Android.Graphics.Drawables.Icon>
Property Value
the list of trailing icons
- Attributes