Freigeben über


Query<T>.OnQueryCompleted-Methode

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Protected Overridable Sub OnQueryCompleted ( _
    result As T, _
    error As Exception _
)
protected virtual void OnQueryCompleted(
    T result,
    Exception error
)
protected:
virtual void OnQueryCompleted(
    T result, 
    Exception^ error
)
abstract OnQueryCompleted : 
        result:'T * 
        error:Exception -> unit 
override OnQueryCompleted : 
        result:'T * 
        error:Exception -> unit 

Parameter

  • result
    Typ: T

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Query<T> Klasse

Microsoft.Phone.Maps.Services-Namespace