SxsOption 列舉

定義

指出如何針對 ServiceConfig 設定並存組件。

public enum class SxsOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum SxsOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type SxsOption = 
Public Enum SxsOption
繼承
SxsOption
屬性

欄位

Ignore 0

不會在被封入的內容中使用並存組件。 當 Inheritance 設為 Ignore 時,IgnoreSxsOption 的預設設定。

Inherit 1

會使用被封入內容的目前並存組件。 當 Inheritance 設為 Inherit 時,InheritSxsOption 的預設設定。

New 2

建立被封入內容的新並存組件。

備註

SxsOption 用於的值 Inheritance

適用於