次の方法で共有


DictType.Isextendedfrom(String) Method

Definition

Determines whether the extended data type extends from the base extended data type that is provided.

public:
 virtual bool Isextendedfrom(System::String ^ baseEDTName);
public virtual bool Isextendedfrom (string baseEDTName);
abstract member Isextendedfrom : string -> bool
override this.Isextendedfrom : string -> bool
Public Overridable Function Isextendedfrom (baseEDTName As String) As Boolean

Parameters

baseEDTName
String

The name of the extended data type.

Returns

true if the extended data type extends from the base extended data type that is provided; otherwise, false.

Applies to