Appointments.SearchAsync 方法 (DateTime, DateTime, Account, Object)

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

語法

'宣告
Public Sub SearchAsync ( _
    startTimeInclusive As DateTime, _
    endTimeInclusive As DateTime, _
    account As Account, _
    state As Object _
)
public void SearchAsync(
    DateTime startTimeInclusive,
    DateTime endTimeInclusive,
    Account account,
    Object state
)
public:
void SearchAsync(
    DateTime startTimeInclusive, 
    DateTime endTimeInclusive, 
    Account^ account, 
    Object^ state
)
member SearchAsync : 
        startTimeInclusive:DateTime * 
        endTimeInclusive:DateTime * 
        account:Account * 
        state:Object -> unit 

參數

版本資訊

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

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

Appointments 類別

SearchAsync 多載

Microsoft.Phone.UserData 命名空間