ChatConversation.CanModifyParticipants プロパティ

定義

参加者を変更できるかどうかを示すブール値を取得または設定します。

public:
 property bool CanModifyParticipants { bool get(); void set(bool value); };
bool CanModifyParticipants();

void CanModifyParticipants(bool value);
public bool CanModifyParticipants { get; set; }
var boolean = chatConversation.canModifyParticipants;
chatConversation.canModifyParticipants = boolean;
Public Property CanModifyParticipants As Boolean

プロパティ値

Boolean

bool

参加者を変更できるかどうかを示すブール値。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)
アプリの機能
chat chatSystem smsSend

適用対象