IActivity.GetChannelData<TypeT> 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.
Obtient les données du canal en tant qu’objet fortement typé.
public TypeT GetChannelData<TypeT> ();
abstract member GetChannelData : unit -> 'ypeT
Public Function GetChannelData(Of TypeT) () As TypeT
Paramètres de type
- TypeT
Type attendu de l’objet.
Retours
TypeT
Données de canal fortement typées.