GameServicePropertyCollection.GetPropertyAsync(String) 方法

定义

获取指定的游戏服务属性。

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)

参数

propertyName
String

Platform::String

winrt::hstring

要检索的属性的名称。

返回

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

此方法成功完成后,将返回表示所请求属性的 对象。

注解

Windows.Phone.System.UserProfile.GameServices.Core 命名空间的所有成员只能由 XBox Live SDK使用。 只有具有ID_CAP_GAMERSERVICES功能的应用程序才能调用这些 API。

适用于