C# 클래스 RM.Friendly.WPFStandardControls.TreeUtility

VisualTreeとLogicalTreeのユーティリティー。
파일 보기 프로젝트 열기: Roommetro/Friendly.WPFStandardControls 1 사용 예제들

공개 메소드들

메소드 설명
LogicalTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection

LogicalTreeに連なるDependencyObjectを列挙。

VisualTree ( Codeer.Friendly.AppVar start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IWPFDependencyObjectCollection

VisualTreeに連なるDependencyObjectを列挙。

메소드 상세

LogicalTree() 공개 정적인 메소드

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

VisualTree() 공개 정적인 메소드

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