次の方法で共有


CommunicationMessagesChannelType 構造体

定義

ChannelType。

public readonly struct CommunicationMessagesChannelType : IEquatable<Azure.Communication.Messages.CommunicationMessagesChannelType>
type CommunicationMessagesChannelType = struct
Public Structure CommunicationMessagesChannelType
Implements IEquatable(Of CommunicationMessagesChannelType)
継承
CommunicationMessagesChannelType
実装

コンストラクター

CommunicationMessagesChannelType(String)

CommunicationMessagesChannelType の新しいインスタンスを初期化します。

プロパティ

WhatsApp

Whatsapp。

メソッド

Equals(CommunicationMessagesChannelType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CommunicationMessagesChannelType, CommunicationMessagesChannelType)

2 つの CommunicationMessagesChannelType 値が同じかどうかを判断します。

Implicit(String to CommunicationMessagesChannelType)

文字列を CommunicationMessagesChannelType に変換します。

Inequality(CommunicationMessagesChannelType, CommunicationMessagesChannelType)

2 つの CommunicationMessagesChannelType 値が同じでないかどうかを判断します。

適用対象