TypeUsage.IsSubtypeOf(TypeUsage) Yöntem

Tanım

Bunun TypeUsage belirtilen TypeUsageöğesinin alt türü olup olmadığını denetler.

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

Parametreler

typeUsage
TypeUsage

Denetlenecek TypeUsage nesne.

Döndürülenler

true bu TypeUsage belirtilen TypeUsageöğesinin bir alt türüyse; değilse, false.

Şunlara uygulanır