NameScope::SetNameScope Method (DependencyObject^, INameScope^)
.NET Framework (current version)
Provides the attached property set accessor for the NameScope attached property.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- dependencyObject
-
Type:
System.Windows::DependencyObject^
Object to change XAML namescope for.
- value
-
Type:
System.Windows.Markup::INameScope^
The new XAML namescope, using an interface cast.
| Exception | Condition |
|---|---|
| ArgumentNullException | dependencyObject is null. |
The purpose of this method is both to act as the set accessor for using NameScope as an attached property in XAML usage, and to provide the accessor for performing the equivalent operation in code.
.NET Framework
Available since 3.0
Available since 3.0
Show: