C# Class Caliburn.Micro.BindingScope

Provides methods for searching a given scope for named elements.
Afficher le fichier Open project: bryanhunter/CaliburnMicroTalk Class Usage Examples

Méthodes publiques

Свойство Type Description
GetNamedElements IEnumerable>.Func

Méthodes publiques

Méthode Description
FindName ( this elementsToSearch, string name ) : FrameworkElement

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

Method Details

FindName() public static méthode

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.
Résultat FrameworkElement

Property Details

GetNamedElements public_oe static_oe property

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
Résultat IEnumerable>.Func