ChatMessageRevision class

Applies to Windows Phone only

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Syntax

var chatMessageRevision = new Windows.ApplicationModel.Chat.ChatMessageRevision();
public sealed class ChatMessageRevision
Public NotInheritable Class ChatMessageRevision
public ref class ChatMessageRevision sealed 

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]

Members

The ChatMessageRevision class has these types of members:

  • Constructors
  • Properties

Constructors

The ChatMessageRevision class has these constructors.

Constructor Description
ChatMessageRevision This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

 

Properties

The ChatMessageRevision class has these properties.

Property Access type Description

ChangeType

Read-only This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Message

Read-only This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

RevisionNumber

Read-only This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

 

Requirements

Minimum supported client

None supported [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

Windows.winmd

See also

Object