AppTaskContent.MaxButtons 속성

정의

작업 콘텐츠에 추가할 수 있는 최대 단추 수를 가져옵니다.

public:
 static property unsigned int MaxButtons { unsigned int get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
static uint32_t MaxButtons();
[Windows.Foundation.Metadata.Experimental]
public static uint MaxButtons { [Windows.Foundation.Metadata.Experimental] get; }
var uInt32 = AppTaskContent.maxButtons;
Public Shared ReadOnly Property MaxButtons As UInteger

속성 값

UInt32

unsigned int

uint32_t

AddButton을 사용하여 추가할 수 있는 최대 단추 수입니다.

특성

설명

Important

앱 작업 지원은 2026년 5월부터 점진적으로 Windows 11로 롤아웃됩니다. API에서 Windows.UI.Shell.Tasks 사용하도록 설정된 환경을 사용하려면 해당 앱 작업 기능이 앱이 실행되는 Windows 버전에 있어야 합니다. 그렇지 않으면 이러한 API는 아무런 영향을 주지 않습니다.

적용 대상