ModelProperty.AttachedOwnerType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 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 或 null
。