Share via


AppointmentActionEntity Class

Definition

public ref class AppointmentActionEntity sealed : ActionEntity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 458752)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentActionEntity final : ActionEntity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 458752)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentActionEntity : ActionEntity
Public NotInheritable Class AppointmentActionEntity
Inherits ActionEntity
Inheritance
Object Platform::Object IInspectable ActionEntity AppointmentActionEntity
Attributes

Properties

Name Description
Appointment
DisplayInfo

Gets an object that contains the display information for the ActionEntity.

(Inherited from ActionEntity)
Id

Gets the unique identifier for the ActionEntity.

(Inherited from ActionEntity)
Kind

Gets a value specifying what kind of entity this ActionEntity is.

(Inherited from ActionEntity)
SourceId

Methods

Name Description
Close()

Closes and releases any resources used by this ActionEntity.

(Inherited from ActionEntity)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from ActionEntity)
GetAttendees()
GetPresentedFiles()
GetSharedFiles()
SetPresentedFiles(RemoteFileActionEntity[])
SetSharedFiles(RemoteFileActionEntity[])

Applies to