次の方法で共有


DictType.Extendedby Method

Definition

Overloads

Extendedby()

Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT.

Extendedby(Boolean)

Extendedby()

Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT.

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 of type IDs for EDTs that are extended by the current EDT.

Applies to

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