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

VisualTreeとLogicalTreeのユーティリティー。 対象プロセス内部で実行するためには、RM.Friendly.WPFStandardControls.3.5.dllをインジェクションする必要があります。 RM.Friendly.WPFStandardControls.WPFStandardControls_3_5.Injectionメソッドを利用してください。
파일 보기 프로젝트 열기: Roommetro/Friendly.WPFStandardControls

공개 메소드들

메소드 설명
LogicalTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable

LogicalTreeに連なるDependencyObjectを列挙。

VisualTree ( this start, TreeRunDirection direction = TreeRunDirection.Descendants ) : IEnumerable

VisualTreeに連なるDependencyObjectを列挙。

메소드 상세

LogicalTree() 공개 정적인 메소드

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

VisualTree() 공개 정적인 메소드

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