DisplayManager.Start Méthode
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.
Commence à écouter tous les événements DisplayManager de manière atomique. Les événements DisplayManager ne sont pas déclenchés tant que vous n’appelez pas Start.
public:
virtual void Start() = Start;
void Start();
public void Start();
function start()
Public Sub Start ()
Remarques
Tous les appelants de Start doivent être abonnés à Enabled, Disabled, Changed et PathsFailedOrInvalidated. Le démarrage échoue s’il n’y a aucun abonné à l’un de ces événements.