IsolatedWindowsEnvironmentOwnerRegistrationData.ProcessesRunnableAsUser Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Les processus s’exécutent en tant qu’utilisateur.
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)
Valeur de propriété
IVector
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée.