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 확인할 개체입니다.

반품

지정된 하위 형식이 그렇지 않으면 .

적용 대상