次の方法で共有


ParticipantRole 構造体

定義

ルームへの参加者に割り当てられているロール。 既定値は Attendee です。

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

コンストラクター

ParticipantRole(String)

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

プロパティ

Attendee

出席者。

Consumer

消費 者。

Presenter

プレゼンター。

メソッド

Equals(ParticipantRole)

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

ToString()

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

演算子

Equality(ParticipantRole, ParticipantRole)

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

Implicit(String to ParticipantRole)

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

Inequality(ParticipantRole, ParticipantRole)

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

適用対象