[This is preliminary documentation and is subject to change.]
Get the collection of files and their location
| C# | Visual Basic | Visual C++ |
public Dictionary<string, string> Files { get; }
Public ReadOnly Property Files As Dictionary(Of String, String)
public: property Dictionary<String^, String^>^ Files { Dictionary<String^, String^>^ get (); }