AmbientProperty 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定設計工具主題類別的環境主題設定來源。
public enum class AmbientProperty
C#
public enum AmbientProperty
C#
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum AmbientProperty
type AmbientProperty =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type AmbientProperty =
Public Enum AmbientProperty
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
DesignerSize | 0 | 環境主題設定是從與活動設計工具關聯的 AmbientTheme 類別取得。 |
OperatingSystemSetting | 1 | 環境主題設定是從作業系統取得。 |
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
產品 | 版本 (已淘汰) |
---|---|
.NET Framework | 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) |