Share via


IsolatedWindowsEnvironmentStartProcessResult.Process プロパティ

定義

非推奨になりました。 分離された Windows 環境での実行中のプロセスの有効期間を表します。

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

プロパティ値

文字列

属性

注釈

警告

これは非推奨の API です。

適用対象