Appointments.SearchAsync (Método) (DateTime, DateTime, Int32, Account, Object)

Espacio de nombres:  Microsoft.Phone.UserData
Ensamblado:  Microsoft.Phone (en Microsoft.Phone.dll)

Sintaxis

'Declaración
Public Sub SearchAsync ( _
    startTimeInclusive As DateTime, _
    endTimeInclusive As DateTime, _
    maximumItems As Integer, _
    account As Account, _
    state As Object _
)
public void SearchAsync(
    DateTime startTimeInclusive,
    DateTime endTimeInclusive,
    int maximumItems,
    Account account,
    Object state
)
public:
void SearchAsync(
    DateTime startTimeInclusive, 
    DateTime endTimeInclusive, 
    int maximumItems, 
    Account^ account, 
    Object^ state
)
member SearchAsync : 
        startTimeInclusive:DateTime * 
        endTimeInclusive:DateTime * 
        maximumItems:int * 
        account:Account * 
        state:Object -> unit 

Parámetros

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Appointments Clase

SearchAsync (Sobrecarga)

Microsoft.Phone.UserData (Espacio de nombres)