AppointmentCalendarForwardMeetingRequestEventArgs Classe

Définition

Fournit des données pour un événement ForwardMeetingRequested .

public ref class AppointmentCalendarForwardMeetingRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarForwardMeetingRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarForwardMeetingRequestEventArgs
Public NotInheritable Class AppointmentCalendarForwardMeetingRequestEventArgs
Héritage
Object Platform::Object IInspectable AppointmentCalendarForwardMeetingRequestEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
appointmentsSystem

Remarques

Le système génère une instance de cette classe et la transmet en tant qu’argument au gestionnaire d’événements ForwardMeetingRequested de l’application.

Propriétés

Request

Obtient l’objet AppointmentCalendarForwardMeetingRequest pour l’événement ForwardMeetingRequested correspondant.

Méthodes

GetDeferral()

Obtient l’objet de report pour l’événement ForwardMeetingRequested .

S’applique à