GetTransportInformationOperation :: Completed, propriété

Obtient ou définit un gestionnaire d’événements qui est appelé lorsque l’opération asynchrone démarrée par GetTransportInformationAsync est terminée.

Cette propriété est en lecture/écriture.

Syntaxe

HRESULT put_Completed(
  [in]  GetTransportInformationCompletedHandler *value
);

HRESULT get_Completed(
  [out] GetTransportInformationCompletedHandler **value
);

Valeur de la propriété

Gestionnaire d'événements.

Voir aussi

GetTransportInformationOperation