다음을 통해 공유


StoreConfiguration.ShouldRestrictToEnterpriseStoreOnlyForUser(User) 메서드

정의

지정된 사용자에 대해 비즈니스용 Microsoft Store 사용할 수 있는지 여부를 결정합니다.

public:
 static bool ShouldRestrictToEnterpriseStoreOnlyForUser(User ^ user);
 static bool ShouldRestrictToEnterpriseStoreOnlyForUser(User const& user);
public static bool ShouldRestrictToEnterpriseStoreOnlyForUser(User user);
function shouldRestrictToEnterpriseStoreOnlyForUser(user)
Public Shared Function ShouldRestrictToEnterpriseStoreOnlyForUser (user As User) As Boolean

매개 변수

user
User

비즈니스용 Microsoft Store 사용할지 여부를 확인할 사용자를 식별하는 Windows.System.User 개체입니다.

반환

Boolean

bool

True이면 지정된 사용자에 대해 비즈니스용 Microsoft Store 사용하도록 설정되고, 그렇지 않으면 false입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상