다음을 통해 공유


IsolatedWindowsEnvironmentUserInfo.EnvironmentUserName 속성

정의

더 이상 사용되지 않습니다. 격리된 Windows 환경에 로그인한 사용자의 사용자 이름을 가져옵니다. 이는 호스트 사용자와 다르고 별개이므로 가져옵니다.

public:
 property Platform::String ^ EnvironmentUserName { Platform::String ^ get(); };
winrt::hstring EnvironmentUserName();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::hstring EnvironmentUserName();
public string EnvironmentUserName { get; }
public string EnvironmentUserName { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo 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; }
var string = isolatedWindowsEnvironmentUserInfo.environmentUserName;
Public ReadOnly Property EnvironmentUserName As String

속성 값

String

Platform::String

winrt::hstring

문자열

특성

설명

경고

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

격리된 Windows 환경 로그인이 완료되기 전에 쿼리할 수 있습니다.

적용 대상