GameServicePropertyCollection.GetPropertyAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的游戏服务属性。
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
要检索的属性的名称。
返回
此方法成功完成后,将返回表示所请求属性的 对象。
注解
Windows.Phone.System.UserProfile.GameServices.Core 命名空间的所有成员只能由 XBox Live SDK使用。 只有具有ID_CAP_GAMERSERVICES功能的应用程序才能调用这些 API。