IChatItem IChatItem IChatItem IChatItem Interface

Definition

Represents a chat item.

public : interface IChatItempublic interface IChatItemPublic Interface IChatItem// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

ItemKind ItemKind ItemKind ItemKind

Gets the type of the chat item, such as message or conversation.

public : ChatItemKind ItemKind { get; }public ChatItemKind ItemKind { get; }Public ReadOnly Property ItemKind As ChatItemKind// You can use this property in JavaScript.
Value
ChatItemKind ChatItemKind ChatItemKind ChatItemKind

The type of the chat item.