[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Gibt ein Verzeichnis mit allen Assets der Benutzeroberfläche zurück.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
| C# |
|---|
IDictionary<Type, Object> Assets { get; } |
| Visual Basic |
|---|
ReadOnly Property Assets As IDictionary(Of Type, Object) Get |
| F# |
|---|
abstract Assets : IDictionary<Type, Object> |