SxsOption 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出如何針對 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
- 繼承
- 屬性
欄位
Ignore | 0 | 不會在被封入的內容中使用並存組件。 當 Inheritance 設為 Ignore 時,Ignore 是 SxsOption 的預設設定。 |
Inherit | 1 | 會使用被封入內容的目前並存組件。 當 Inheritance 設為 Inherit 時,Inherit 是 SxsOption 的預設設定。 |
New | 2 | 建立被封入內容的新並存組件。 |
備註
SxsOption 用於的值 Inheritance。