NameScopeExtensions Class

Definition

Extension methods for Element that adds a strongly-typed FindByName method.

public static class NameScopeExtensions
type NameScopeExtensions = class
Inheritance
NameScopeExtensions

Methods

FindByName<T>(Element, String)

Returns the instance of type T that has name name in the scope that includes element.

Applies to