Share via


InheritanceMappingAttribute.Type 屬性

定義

取得或設定階層架構中類別的型別。

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

屬性值

這個值必須是使用者指定的值。 沒有任何預設值。

備註

在繼承階層中使用任何非抽象類型,包括根類型。

適用於