INameScope Interface |
Namespace: Windows.UI.Xaml.Markup
public interface INameScope
The INameScope type exposes the following members.
Name | Description | |
---|---|---|
FindName |
Returns an object that has the provided identifying name.
| |
RegisterName |
Registers the provided name into the current XAML namescope.
| |
UnregisterName |
Unregisters the provided name from the current XAML namescope.
|