MetaTable.RootEntityType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得實體繼承階層架構的根型別。
public:
property Type ^ RootEntityType { Type ^ get(); };
public Type RootEntityType { get; }
member this.RootEntityType : Type
Public ReadOnly Property RootEntityType As Type
屬性值
實體繼承階層架構的根型別。
備註
如果類型位於繼承階層頂端,或沒有父類型,則會傳回實體類型。