次の方法で共有


Element.Descendants メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Element/<Descendants>d__88))]
public System.Collections.Generic.IEnumerable<Xamarin.Forms.Element> Descendants();
abstract member Descendants : unit -> seq<Xamarin.Forms.Element>
override this.Descendants : unit -> seq<Xamarin.Forms.Element>

戻り値

System.Collections.Generic.IEnumerable<Element>

実装

属性
System.ComponentModel.EditorBrowsableAttribute System.Runtime.CompilerServices.IteratorStateMachineAttribute

適用対象