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

适用于