[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)
Ermittelt zu einem Knotentyp die Knoten-Info.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public static NodeInfoAttribute FromNode( Type type ) |
| Visual Basic |
|---|
Public Shared Function FromNode ( _ type As Type _ ) As NodeInfoAttribute |
| F# |
|---|
static member FromNode : type:Type -> NodeInfoAttribute |
Parameters
- type
- Type: System..::..Type
Der Knoten-Type.
Return Value
Ein NodeInfoAttribute-Objekt oder null, wenn der Knoten keine Meta-Informationen definiert.
Remarks
Das funktioniert auch, wenn die Knoten-Info
mit Hilfe von StaticNodeInfoAttribute
angegeben werden.