Поделиться через


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.

Применяется к