Method | Description | |
---|---|---|
LogicalTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection |
LogicalTreeに連なるDependencyObjectを列挙。
|
|
VisualTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection |
VisualTreeに連なるDependencyObjectを列挙。
|
public static LogicalTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection |
||
start | Codeer.Friendly.AppVar | 列挙を開始するDependencyObject。 |
direction | TreeRunDirection | 走査方向。 |
return | IWPFDependencyObjectCollection |
public static VisualTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection |
||
start | Codeer.Friendly.AppVar | 列挙を開始するDependencyObject。 |
direction | TreeRunDirection | 走査方向。 |
return | IWPFDependencyObjectCollection |