FrameworkTemplate.INameScope.FindName Method
.NET Framework 4
This API supports the .NET Framework 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.ObjectThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.