다음을 통해 공유


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를 호출할 수 없습니다.

적용 대상