XamlObjectWriter.RootNameScope Property
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.
Gets the INameScope service that maintains the XAML namescope for the absolute node root of the XAML object writer.
public:
property System::Windows::Markup::INameScope ^ RootNameScope { System::Windows::Markup::INameScope ^ get(); };
public System.Windows.Markup.INameScope RootNameScope { get; }
member this.RootNameScope : System.Windows.Markup.INameScope
Public ReadOnly Property RootNameScope As INameScope
Property Value
The INameScope service that maintains the XAML namescope for the current root of the object writer.
Remarks
The value of this property may come from the object writer context.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.