NameScope.SetNameScope(DependencyObject, INameScope) Method
Definition
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.