DictClass.Extendedby Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Extendedby(Boolean) | |
Extendedby() |
Provides a List object for the classes that extend a specified class. |
Extendedby(Boolean)
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ Extendedby(bool _allLevels);
public virtual Microsoft.Dynamics.Ax.Xpp.List Extendedby (bool _allLevels);
abstract member Extendedby : bool -> Microsoft.Dynamics.Ax.Xpp.List
override this.Extendedby : bool -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function Extendedby (_allLevels As Boolean) As List
Parameters
- _allLevels
- Boolean
Returns
Applies to
Extendedby()
Provides a List object for the classes that extend a specified class.
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ Extendedby();
public virtual Microsoft.Dynamics.Ax.Xpp.List Extendedby ();
abstract member Extendedby : unit -> Microsoft.Dynamics.Ax.Xpp.List
override this.Extendedby : unit -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function Extendedby () As List
Returns
A List object for the classes that extend the class.