FrameworkContentElement::FindName Method (String^)
.NET Framework (current version)
Finds an element that has the provided identifier name.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- name
-
Type:
System::String^
Name of the element to search for.
Return Value
Type: System::Object^The requested element. May be null if no matching element was found.
If this element has child elements, these child elements are all searched recursively for the requested named element.
The following example sets a property on an element found by name within a referenced FlowDocument on a page.
.NET Framework
Available since 3.0
Available since 3.0
Show: