PhoneDataSharingContext.ExecuteRequest<T>, méthode

Espace de noms :  Microsoft.Phone.UserData
Assembly :  Microsoft.Phone (dans Microsoft.Phone.dll)

Syntaxe

'Déclaration
Protected Function ExecuteRequest(Of T) ( _
    query As String _
) As IEnumerable(Of T)
protected IEnumerable<T> ExecuteRequest<T>(
    string query
)
protected:
generic<typename T>
IEnumerable<T>^ ExecuteRequest(
    String^ query
)
member ExecuteRequest : 
        query:string -> IEnumerable<'T> 

Paramètres de type

  • T

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<T>

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

PhoneDataSharingContext Classe

Microsoft.Phone.UserData, espace de noms