AmbientProperty 列挙型

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

デザイナー テーマ クラスのアンビエント テーマ設定のソースを指定します。

public enum class AmbientProperty
public enum AmbientProperty
[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
継承
AmbientProperty
属性

フィールド

名前 説明
DesignerSize 0

アンビエント テーマの設定は、アクティビティ デザイナーに関連付けられている AmbientTheme クラスから取得されます。

OperatingSystemSetting 1

アンビエント テーマの設定は、オペレーティング システムから取得されます。

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

適用対象