ParticipantRole Struktur

Definition

Die Rolle eines Teilnehmers für einen Raum. Der Standardwert ist Attendee.

public readonly struct ParticipantRole : IEquatable<Azure.Communication.Rooms.ParticipantRole>
type ParticipantRole = struct
Public Structure ParticipantRole
Implements IEquatable(Of ParticipantRole)
Vererbung
ParticipantRole
Implementiert

Konstruktoren

ParticipantRole(String)

Initialisiert eine neue Instanz von ParticipantRole.

Eigenschaften

Attendee

Teilnehmer.

Consumer

Verbraucher.

Presenter

Moderator.

Methoden

Equals(ParticipantRole)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(ParticipantRole, ParticipantRole)

Bestimmt, ob zwei ParticipantRole Werte gleich sind.

Implicit(String to ParticipantRole)

Konvertiert eine Zeichenfolge in eine ParticipantRole.

Inequality(ParticipantRole, ParticipantRole)

Bestimmt, ob zwei ParticipantRole Werte nicht identisch sind.

Gilt für: