Compartir a través de


Activity.GetChannelData<TypeT> Método

Definición

Obtiene los datos de canal de esta actividad como un objeto fuertemente tipado.

public TypeT GetChannelData<TypeT> ();
abstract member GetChannelData : unit -> 'ypeT
override this.GetChannelData : unit -> 'ypeT
Public Function GetChannelData(Of TypeT) () As TypeT

Parámetros de tipo

TypeT

El tipo de objeto que se va a devolver.

Devoluciones

TypeT

Objeto fuertemente tipado; o el valor predeterminado del tipo, si es ChannelData null.

Implementaciones

Se aplica a

Consulte también