Appointment 类

继承层次结构

System.Object
  Microsoft.Phone.UserData.Appointment

命名空间:  Microsoft.Phone.UserData
程序集:  Microsoft.Phone(在 Microsoft.Phone.dll 中)

语法

声明
Public NotInheritable Class Appointment
public sealed class Appointment
public ref class Appointment sealed
[<Sealed>]
type Appointment =  class end

Appointment 类型公开以下成员。

属性

  名称 说明
公共属性 Account
公共属性 Attendees
公共属性 Details
公共属性 EndTime
公共属性 IsAllDayEvent
公共属性 IsPrivate
公共属性 Location
公共属性 Organizer
公共属性 StartTime
公共属性 Status
公共属性 Subject

页首

方法

  名称 说明
公共方法 Equals (重写 Object.Equals(Object)。)
公共方法 GetHashCode (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

版本信息

适用于 Windows Phone 应用的 .NET

受以下版本支持:Windows Phone 8、Silverlight 8.1

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Phone.UserData 命名空间