Method GetNameScopeFromObject
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetNameScopeFromObject(XamlObject)
Gets the XAML namescope for the specified object.
public static INameScope GetNameScopeFromObject(XamlObject obj)
Parameters
obj
XamlObjectThe object to get the XAML namescope for.
Returns
- INameScope
A XAML namescope, as an INameScope instance.