Appointments 類別

繼承階層架構

System.Object
  Microsoft.Phone.UserData.PhoneDataSharingContext
    Microsoft.Phone.UserData.Appointments

命名空間:  Microsoft.Phone.UserData
組件:  Microsoft.Phone (在 Microsoft.Phone.dll 中)

語法

'宣告
Public NotInheritable Class Appointments _
    Inherits PhoneDataSharingContext
public sealed class Appointments : PhoneDataSharingContext
public ref class Appointments sealed : public PhoneDataSharingContext
[<Sealed>]
type Appointments =  
    class
        inherit PhoneDataSharingContext
    end

Appointments 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 Appointments

回頁首

屬性

  名稱 描述
公用屬性 Accounts

回頁首

方法

  名稱 描述
公用方法 Equals(Object) 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 SearchAsync(DateTime, DateTime, Object)
公用方法 SearchAsync(DateTime, DateTime, Account, Object)
公用方法 SearchAsync(DateTime, DateTime, Int32, Object)
公用方法 SearchAsync(DateTime, DateTime, Int32, Account, Object)
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 描述
公用事件 SearchCompleted

回頁首

欄位

  名稱 描述
公用欄位靜態成員 DefaultMaximumItems

回頁首

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.Phone.UserData 命名空間