NameScope::SetNameScope Method (DependencyObject^, INameScope^)

 

Provides the attached property set accessor for the NameScope attached property.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
static void SetNameScope(
	DependencyObject^ dependencyObject,
	INameScope^ value
)

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
Return to top
Show: