Get the allowed interface types to be its children.
Override by subclasses.
It is always a fixed list of types for specific object type.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
Type[] AllowedChildrenTypes { get; } |
Visual Basic |
---|
ReadOnly Property AllowedChildrenTypes As Type() Get |
Visual C++ |
---|
property array<Type^>^ AllowedChildrenTypes { array<Type^>^ get (); } |