IsolatedWindowsEnvironmentOwnerRegistrationData.ProcessesRunnableAsUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Processes run as User.
public:
property IVector<Platform::String ^> ^ ProcessesRunnableAsUser { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ProcessesRunnableAsUser();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IVector<winrt::hstring> ProcessesRunnableAsUser();
public IList<string> ProcessesRunnableAsUser { get; }
public IList<string> ProcessesRunnableAsUser { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData 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 iVector = isolatedWindowsEnvironmentOwnerRegistrationData.processesRunnableAsUser;
Public ReadOnly Property ProcessesRunnableAsUser As IList(Of String)
Property Value
IVector
- Attributes
Remarks
Warning
This is a deprecated API.