Share via


RegisterPackageOptions.StageInPlace 속성

정의

패키지를 준비할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool StageInPlace { bool get(); void set(bool value); };
bool StageInPlace();

void StageInPlace(bool value);
public bool StageInPlace { get; set; }
var boolean = registerPackageOptions.stageInPlace;
registerPackageOptions.stageInPlace = boolean;
Public Property StageInPlace As Boolean

속성 값

Boolean

bool

TRUE 는 패키지가 준비됨을 나타냅니다. 그렇지 않으면 FALSE입니다.

설명

이 속성은 가상 데스크톱 시나리오에서 앱 등록을 준비하도록 시스템에 알리는 데 유용합니다.

적용 대상

추가 정보