Метод | Описание | |
---|---|---|
LogicalTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable |
LogicalTreeに連なるDependencyObjectを列挙。
|
|
VisualTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable |
VisualTreeに連なるDependencyObjectを列挙。
|
public static LogicalTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable |
||
start | this | 列挙を開始するDependencyObject。 |
direction | TreeRunDirection | 走査方向。 |
Результат | IEnumerable |
public static VisualTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable |
||
start | this | 列挙を開始するDependencyObject。 |
direction | TreeRunDirection | 走査方向。 |
Результат | IEnumerable |