Share via


IsolatedWindowsEnvironmentCreateResult.Environment プロパティ

定義

非推奨になりました。 分離された Windows 環境の作成結果のクエリ。

public:
 property IsolatedWindowsEnvironment ^ Environment { IsolatedWindowsEnvironment ^ get(); };
IsolatedWindowsEnvironment Environment();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironment Environment();
public IsolatedWindowsEnvironment Environment { get; }
public IsolatedWindowsEnvironment Environment { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult 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 isolatedWindowsEnvironment = isolatedWindowsEnvironmentCreateResult.environment;
Public ReadOnly Property Environment As IsolatedWindowsEnvironment

プロパティ値

分離された Windows 環境 ID の文字列。

属性

注釈

警告

これは非推奨の API です。

適用対象