Appointments.SearchAsync-Methode (DateTime, DateTime, Account, Object)

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
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 

Parameter

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Appointments Klasse

SearchAsync-Überladung

Microsoft.Phone.UserData-Namespace