FrameworkTemplate::RegisterName Method (String^, Object^)

 

Registers a new name/object pair into the current name scope.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual void RegisterName(
	String^ name,
	Object^ scopedElement
) sealed

Parameters

name
Type: System::String^

The name to register.

scopedElement
Type: System::Object^

The object to be mapped to the provided name.

For more information, see "XAML Namescopes in Styles and Templates" in WPF XAML Namescopes.

.NET Framework
Available since 3.0
Return to top
Show: