Partager via


GameServicePropertyCollection.GetPropertyAsync(String) Méthode

Définition

Obtient la propriété de service de jeu spécifiée.

public:
 virtual IAsyncOperation<Platform::Object ^> ^ GetPropertyAsync(Platform::String ^ propertyName) = GetPropertyAsync;
IAsyncOperation<IInspectable> GetPropertyAsync(winrt::hstring const& propertyName);
public IAsyncOperation<object> GetPropertyAsync(string propertyName);
function getPropertyAsync(propertyName)
Public Function GetPropertyAsync (propertyName As String) As IAsyncOperation(Of Object)

Paramètres

propertyName
String

Platform::String

winrt::hstring

Nom de la propriété à récupérer.

Retours

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

Une fois cette méthode terminée, elle retourne un objet représentant la propriété demandée.

Remarques

Tous les membres de l’espace de noms Windows.Phone.System.UserProfile.GameServices.Core ne peuvent être utilisés que par le Kit de développement logiciel (SDK) Live XBox. Ces API ne peuvent pas être appelées, sauf par les applications qui ont la fonctionnalité ID_CAP_GAMERSERVICES.

S’applique à