InheritanceOption 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指示是否要根據目前內容或 ServiceConfig 中的資訊建立新的內容。
public enum class InheritanceOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum InheritanceOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type InheritanceOption =
Public Enum InheritanceOption
- 繼承
- 屬性
欄位
Ignore | 1 | 新內容是從預設內容中建立的。 |
Inherit | 0 | 新內容是從現有內容中建立的。 Inherit 是 Inheritance 的預設值。 |
備註
InheritanceOption 用於的值 Inheritance。