Share via


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 です。

適用対象