Table of Contents

Method GetAllNamesAndValuesInScope

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetAllNamesAndValuesInScope()

Returns an enumerable set of all named objects in the XAML namescope.

public IEnumerable<KeyValuePair<string, object>> GetAllNamesAndValuesInScope()

Returns

IEnumerable<KeyValuePair<string, object>>

An enumerable set of KeyValuePair<TKey, TValue> objects. For each KeyValuePair<TKey, TValue>, the Key component is a string, and the Value component is the object that uses the Key name in the XAML namescope.