Click or drag to resize
INameScope Interface
Defines a contract for how names of elements should be accessed within a particular XAML namescope, and how to enforce uniqueness of names within that XAML namescope.

Namespace: Windows.UI.Xaml.Markup
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public interface INameScope

The INameScope type exposes the following members.

Methods
  NameDescription
Public methodFindName
Returns an object that has the provided identifying name.
Public methodRegisterName
Registers the provided name into the current XAML namescope.
Public methodUnregisterName
Unregisters the provided name from the current XAML namescope.
Top
See Also