Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NameScope.SetNameScope(DependencyObject, INameScope) Method

Definition

Namespace:
System.Windows
Assembly:
PresentationFramework.dll
Assembly:
WindowsBase.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 static void SetNameScope(System::Windows::DependencyObject ^ dependencyObject, System::Windows::Markup::INameScope ^ value);
public static void SetNameScope(System.Windows.DependencyObject dependencyObject, System.Windows.Markup.INameScope value);
static member SetNameScope : System.Windows.DependencyObject * System.Windows.Markup.INameScope -> unit
Public Shared Sub SetNameScope (dependencyObject As DependencyObject, value As INameScope)

Parameters

dependencyObject
DependencyObject

Object to change XAML namescope for.

value
INameScope

The new XAML namescope, using an interface cast.

Exceptions

dependencyObject is null.

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?