[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Gibt alle zur Zeit geladenen Erweiterungen zurück.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public IEnumerable<IExtension<TSelf>> GetAllAttachedExtensions() |
Visual Basic |
---|
Public Function GetAllAttachedExtensions As IEnumerable(Of IExtension(Of TSelf)) |
F# |
---|
abstract GetAllAttachedExtensions : unit -> IEnumerable<IExtension<'TSelf>> override GetAllAttachedExtensions : unit -> IEnumerable<IExtension<'TSelf>> |