다음을 통해 공유


IsolatedWindowsEnvironmentOptions.PersistUserProfile 속성

정의

더 이상 사용되지 않습니다. 사용자 프로필이 세션 간에 격리된 Windows 환경에서 유지되도록 허용합니다.

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

void PersistUserProfile(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
bool PersistUserProfile();

void PersistUserProfile(bool value);
public bool PersistUserProfile { get; set; }
public bool PersistUserProfile { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var boolean = isolatedWindowsEnvironmentOptions.persistUserProfile;
isolatedWindowsEnvironmentOptions.persistUserProfile = boolean;
Public Property PersistUserProfile As Boolean

속성 값

Boolean

bool

Boolean

특성

설명

경고

더 이상 사용되지 않는 API입니다.

적용 대상