C# Class RM.Friendly.WPFStandardControls.TreeUtility

VisualTreeとLogicalTreeのユーティリティー。
Afficher le fichier Open project: Roommetro/Friendly.WPFStandardControls Class Usage Examples

Méthodes publiques

Méthode 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を列挙。

Method Details

LogicalTree() public static méthode

LogicalTreeに連なるDependencyObjectを列挙。
public static LogicalTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection
start Codeer.Friendly.AppVar 列挙を開始するDependencyObject。
direction TreeRunDirection 走査方向。
Résultat IWPFDependencyObjectCollection

VisualTree() public static méthode

VisualTreeに連なるDependencyObjectを列挙。
public static VisualTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection
start Codeer.Friendly.AppVar 列挙を開始するDependencyObject。
direction TreeRunDirection 走査方向。
Résultat IWPFDependencyObjectCollection