Share via


ActionEntityFactory.CreateAppointmentEntity Method

Definition

public:
 virtual AppointmentActionEntity ^ CreateAppointmentEntity(Platform::String ^ sourceId, Appointment ^ appointment, Platform::Array <ContactActionEntity ^> ^ attendees) = CreateAppointmentEntity;
/// [Windows.Foundation.Metadata.Experimental]
AppointmentActionEntity CreateAppointmentEntity(winrt::hstring const& sourceId, Appointment const& appointment, winrt::array_view <ContactActionEntity const&> const& attendees);
[Windows.Foundation.Metadata.Experimental]
public AppointmentActionEntity CreateAppointmentEntity(string sourceId, Appointment appointment, ContactActionEntity[] attendees);
function createAppointmentEntity(sourceId, appointment, attendees)
Public Function CreateAppointmentEntity (sourceId As String, appointment As Appointment, attendees As ContactActionEntity()) As AppointmentActionEntity

Parameters

sourceId
String

Platform::String

winrt::hstring

appointment
Appointment
attendees
ContactActionEntity[]

Returns

Attributes

Applies to