Pattern<T1, T2>.And<T3>, méthode
Espace de noms : Microsoft.Phone.Reactive
Assembly : Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)
Syntaxe
'Déclaration
Public Function And(Of T3) ( _
other As IObservable(Of T3) _
) As Pattern(Of T1, T2, T3)
public Pattern<T1, T2, T3> And<T3>(
IObservable<T3> other
)
public:
generic<typename T3>
Pattern<T1, T2, T3>^ And(
IObservable<T3>^ other
)
member And :
other:IObservable<'T3> -> Pattern<'T1, 'T2, 'T3>
Paramètres de type
- T3
Paramètres
- other
Type : System.IObservable<T3>
Valeur de retour
Type : Microsoft.Phone.Reactive.Pattern<T1, T2, T3>
Informations de version
.NET pour les applications Windows Phone
Pris en charge dans : Windows Phone 8, Silverlight 8.1
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.