共用方式為


TypeUsage.IsSubtypeOf(TypeUsage) 方法

定義

檢查這個 TypeUsage 是否為指定的 TypeUsage 的子型別。

public:
 bool IsSubtypeOf(System::Data::Metadata::Edm::TypeUsage ^ typeUsage);
public bool IsSubtypeOf (System.Data.Metadata.Edm.TypeUsage typeUsage);
member this.IsSubtypeOf : System.Data.Metadata.Edm.TypeUsage -> bool
Public Function IsSubtypeOf (typeUsage As TypeUsage) As Boolean

參數

typeUsage
TypeUsage

要檢查的 TypeUsage 物件。

傳回

如果這個 TypeUsage 為指定之 TypeUsage 的子型別,則為 true,否則為 false

適用於