SxsOption 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出如何針對 ServiceConfig 設定並存組件。
public enum class SxsOption
C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum SxsOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type SxsOption =
Public Enum SxsOption
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
Ignore | 0 | 不會在被封入的內容中使用並存組件。 當 Inheritance 設為 Ignore 時,Ignore 是 SxsOption 的預設設定。 |
Inherit | 1 | 會使用被封入內容的目前並存組件。 當 Inheritance 設為 Inherit 時,Inherit 是 SxsOption 的預設設定。 |
New | 2 | 建立被封入內容的新並存組件。 |
SxsOption 用於的值 Inheritance。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |