Classe Appointments
Gerarchia di ereditarietà
System.Object
Microsoft.Phone.UserData.PhoneDataSharingContext
Microsoft.Phone.UserData.Appointments
Spazio dei nomi: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Sintassi
'Dichiarazione
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
Il tipo Appointments espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
Appointments |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Accounts |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals(Object) | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
SearchAsync(DateTime, DateTime, Object) | ||
SearchAsync(DateTime, DateTime, Account, Object) | ||
SearchAsync(DateTime, DateTime, Int32, Object) | ||
SearchAsync(DateTime, DateTime, Int32, Account, Object) | ||
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SearchCompleted |
In alto
Campi
Nome | Descrizione | |
---|---|---|
DefaultMaximumItems |
In alto
Informazioni sulla versione
.NET per applicazioni Windows Phone
Supportato in: Windows Phone 8, Silverlight 8.1
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.