다음을 통해 공유


IsolatedWindowsEnvironmentOptions.EnvironmentOwnerId 속성

정의

더 이상 사용되지 않습니다. 생성된 각 격리된 Windows 환경의 소유자를 식별하는 문자열입니다.

public:
 property Platform::String ^ EnvironmentOwnerId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EnvironmentOwnerId();

void EnvironmentOwnerId(winrt::hstring 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")]
winrt::hstring EnvironmentOwnerId();

void EnvironmentOwnerId(winrt::hstring value);
public string EnvironmentOwnerId { get; set; }
public string EnvironmentOwnerId { [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 string = isolatedWindowsEnvironmentOptions.environmentOwnerId;
isolatedWindowsEnvironmentOptions.environmentOwnerId = string;
Public Property EnvironmentOwnerId As String

속성 값

String

Platform::String

winrt::hstring

문자열

특성

설명

경고

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

적용 대상