FrameworkTemplate::INameScope::FindName Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns an object that has the provided identifying name.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- name
-
Type:
System::String^
The name identifier for the object being requested.
Return Value
Type: System::Object^The object, if found. Returns null if no object of that name was found.
Implements
INameScope::FindName(String^)This member is an explicit interface member implementation. It can be used only when the FrameworkTemplate instance is cast to an INameScope interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: