다음을 통해 공유


UserAuthenticationOperation.Status 속성

정의

작업의 현재 상태를 가져옵니다.

참고

Windows 10 이상용으로 개발하는 경우 Windows.Security.Authentication.Web.Core API를 대신 사용합니다. 자세한 내용은 웹 계정 관리자를 참조하세요.

public:
 property AsyncStatus Status { AsyncStatus get(); };
AsyncStatus Status();
public AsyncStatus Status { get; }
var asyncStatus = userAuthenticationOperation.status;
Public ReadOnly Property Status As AsyncStatus

속성 값

상태 나타내는 열거형 값 중 하나입니다.

구현

적용 대상