C# 클래스 Illusion.BindingScope

Provides methods for searching a given scope for named elements.
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetNamedElements IEnumerable>.Func

공개 메소드들

메소드 설명
FindName ( this elementsToSearch, string name ) : FrameworkElement

Searches through the list of named elements looking for a case-insensitive match.

메소드 상세

FindName() 공개 정적인 메소드

Searches through the list of named elements looking for a case-insensitive match.
public static FindName ( this elementsToSearch, string name ) : FrameworkElement
elementsToSearch this The named elements to search through.
name string The name to search for.
리턴 System.Windows.FrameworkElement

프로퍼티 상세

GetNamedElements 공개적으로 정적으로 프로퍼티

Gets all the FrameworkElement instances with names in the scope.
Pass in a DependencyObject and receive a list of named FrameworkElement instances in the same scope.
public static Func> GetNamedElements
리턴 IEnumerable>.Func