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

适用于