GameServicePropertyCollection.GetPropertyAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.