FrameworkTemplate.RegisterName(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a new name/object pair into the current name scope.
public:
virtual void RegisterName(System::String ^ name, System::Object ^ scopedElement);
public void RegisterName (string name, object scopedElement);
abstract member RegisterName : string * obj -> unit
override this.RegisterName : string * obj -> unit
Public Sub RegisterName (name As String, scopedElement As Object)
Parameters
- name
- String
The name to register.
- scopedElement
- Object
The object to be mapped to the provided name.
Implements
Remarks
For more information, see "XAML Namescopes in Styles and Templates" in WPF XAML Namescopes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.