Share via


IsolatedWindowsEnvironmentProcess.State プロパティ

定義

非推奨になりました。 プロセス実行の現在の状態を返します。

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

プロパティ値

列挙型

属性

注釈

警告

これは非推奨の API です。

適用対象