다음을 통해 공유


ExtendedExecutionForegroundSession.Reason 속성

정의

확장 실행 요청에 대한 이유를 가져오거나 설정합니다.

public:
 property ExtendedExecutionForegroundReason Reason { ExtendedExecutionForegroundReason get(); void set(ExtendedExecutionForegroundReason value); };
ExtendedExecutionForegroundReason Reason();

void Reason(ExtendedExecutionForegroundReason value);
public ExtendedExecutionForegroundReason Reason { get; set; }
var extendedExecutionForegroundReason = extendedExecutionForegroundSession.reason;
extendedExecutionForegroundSession.reason = extendedExecutionForegroundReason;
Public Property Reason As ExtendedExecutionForegroundReason

속성 값

확장 실행 요청에 대한 이유입니다.

Windows 요구 사항

앱 기능
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

적용 대상