Property ComponentType
ComponentType
Diese Eigenschaft muss nur dann gesetzt werden, wenn nicht alle Properties (bis auf das letzte) aus dem Property-Pfad Property konkrete Component-Typen sind, also z.B. ein Property den Typ DevFrameworkObject hat. Andernfalls kann der ComponentType über Reflection von Framework Studio automatisch ermittelt werden.
Declaration
[DocfxBrowsable]
public Type ComponentType { get; set; }
Property Value
System.Type