RemoteSystem.CreateWatcherForUser Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CreateWatcherForUser(User) |
Restituisce un oggetto RemoteSystemWatcher che opera nel contesto dell'utente specificato. Il parametro utente indica l'utente per individuare i dispositivi. |
CreateWatcherForUser(User, IIterable<IRemoteSystemFilter>) |
Restituisce un oggetto RemoteSystemWatcher che opera nel contesto di un determinato utente e filtra i sistemi remoti che può visualizzare. Il parametro utente indica l'utente per individuare i sistemi remoti. Il parametro filtri determina quali sistemi remoti verranno visualizzati. |
CreateWatcherForUser(User)
Restituisce un oggetto RemoteSystemWatcher che opera nel contesto dell'utente specificato. Il parametro utente indica l'utente per individuare i dispositivi.
public:
static RemoteSystemWatcher ^ CreateWatcherForUser(User ^ user);
/// [Windows.Foundation.Metadata.Overload("CreateWatcherForUser")]
static RemoteSystemWatcher CreateWatcherForUser(User const& user);
[Windows.Foundation.Metadata.Overload("CreateWatcherForUser")]
public static RemoteSystemWatcher CreateWatcherForUser(User user);
function createWatcherForUser(user)
Public Shared Function CreateWatcherForUser (user As User) As RemoteSystemWatcher
Parametri
- user
- User
Utente specifico per il quale remoteSystemWatcher individua i sistemi remoti.
Restituisce
Watcher che può generare eventi correlati allo stato dei dispositivi individuabili di un utente specifico.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v8.0)
|
Vedi anche
Si applica a
CreateWatcherForUser(User, IIterable<IRemoteSystemFilter>)
Restituisce un oggetto RemoteSystemWatcher che opera nel contesto di un determinato utente e filtra i sistemi remoti che può visualizzare. Il parametro utente indica l'utente per individuare i sistemi remoti. Il parametro filtri determina quali sistemi remoti verranno visualizzati.
public:
static RemoteSystemWatcher ^ CreateWatcherForUser(User ^ user, IIterable<IRemoteSystemFilter ^> ^ filters);
/// [Windows.Foundation.Metadata.Overload("CreateWatcherWithFiltersForUser")]
static RemoteSystemWatcher CreateWatcherForUser(User const& user, IIterable<IRemoteSystemFilter> const& filters);
[Windows.Foundation.Metadata.Overload("CreateWatcherWithFiltersForUser")]
public static RemoteSystemWatcher CreateWatcherForUser(User user, IEnumerable<IRemoteSystemFilter> filters);
function createWatcherForUser(user, filters)
Public Shared Function CreateWatcherForUser (user As User, filters As IEnumerable(Of IRemoteSystemFilter)) As RemoteSystemWatcher
Parametri
- user
- User
Utente specifico per il quale remoteSystemWatcher individua i sistemi remoti.
Elenco di oggetti che implementano l'interfaccia IRemoteSystemFilter . Ogni elemento nell'elenco funge da filtro per il set di sistemi remoti che possono essere individuati.
Restituisce
Watcher che può generare eventi correlati allo stato di tutti i dispositivi individuabili che passano i parametri utente e filtri specificati.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v8.0)
|