InheritanceLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines identifiers for types of inheritance levels.
public enum class InheritanceLevel
public enum InheritanceLevel
type InheritanceLevel =
Public Enum InheritanceLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Inherited | 1 | The object is inherited. |
InheritedReadOnly | 2 | The object is inherited, but has read-only access. |
NotInherited | 3 | The object is not inherited. |
Remarks
InheritanceLevel defines identifiers for numeric IDs that are used with the InheritanceAttribute attribute to indicate various levels of inheritance.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา