ActionEntityFactory.CreateAppointmentEntity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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