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

適用於