Appointment.Invitees 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取约会的参与者列表。 被邀请者的类型为 IVector (AppointmentInvitee) 。 如果设置了组织者并且被邀请者的长度大于 0,则对 AppointmentManagerAPI 的调用将失败,并 E_INVALIDARG。 被邀请者的数量不受限制。
public:
property IVector<AppointmentInvitee ^> ^ Invitees { IVector<AppointmentInvitee ^> ^ get(); };
IVector<AppointmentInvitee> Invitees();
public IList<AppointmentInvitee> Invitees { get; }
var iVector = appointment.invitees;
Public ReadOnly Property Invitees As IList(Of AppointmentInvitee)
属性值
约会的参与者列表。
Windows 要求
应用功能 |
appointmentsSystem
|