InheritanceLevel 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義繼承層級型別的識別項。
public enum class InheritanceLevel
public enum InheritanceLevel
type InheritanceLevel =
Public Enum InheritanceLevel
- 繼承
欄位
Inherited | 1 | 物件已繼承。 |
InheritedReadOnly | 2 | 物件已繼承,但只可唯讀存取。 |
NotInherited | 3 | 物件未繼承。 |
備註
InheritanceLevel 會定義與 屬性搭配 InheritanceAttribute 使用之數值標識碼的標識碼,以指出各種繼承層級。