Gets the path element map.
| C# | Visual Basic | Visual C++ |
public IDictionary<RxPath, ElementInfo> PathElementMap { get; }
Public ReadOnly Property PathElementMap As IDictionary(Of RxPath, ElementInfo)
public: property IDictionary<RxPath^, ElementInfo^>^ PathElementMap { IDictionary<RxPath^, ElementInfo^>^ get (); }
The path element map.
