다음을 통해 공유


ModelProperty.AttachedOwnerType 속성

정의

IsAttached에서 true를 반환하면 이 속성을 정의하는 형식을 반환하고, 그렇지 않으면 null을 반환합니다.

public:
 abstract property Type ^ AttachedOwnerType { Type ^ get(); };
public abstract Type AttachedOwnerType { get; }
member this.AttachedOwnerType : Type
Public MustOverride ReadOnly Property AttachedOwnerType As Type

속성 값

Type

Type 또는 null를 반환합니다.

적용 대상