DictType.Isextendedfrom(String) 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.
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.