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

属性值

返回 Typenull

适用于