NameScope::GetNameScope Method (DependencyObject^)
.NET Framework (current version)
Provides the attached property get accessor for the NameScope attached property.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- dependencyObject
-
Type:
System.Windows::DependencyObject^
The object to get the XAML namescope from.
| Exception | Condition |
|---|---|
| ArgumentNullException | dependencyObject is null. |
The purpose of this method is both to implement the get 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: