InheritanceOption 列舉

定義

指示是否要根據目前內容或 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
繼承
InheritanceOption
屬性

欄位

Ignore 1

新內容是從預設內容中建立的。

Inherit 0

新內容是從現有內容中建立的。 InheritInheritance 的預設值。

備註

InheritanceOption 用於的值 Inheritance

適用於