DesignerNavigationDirection 列挙型

定義

注意事項

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

デザイナー オブジェクト間を移動するための値を指定します。

public enum class DesignerNavigationDirection
public enum DesignerNavigationDirection
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerNavigationDirection
type DesignerNavigationDirection = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerNavigationDirection = 
Public Enum DesignerNavigationDirection
継承
DesignerNavigationDirection
属性

フィールド

名前 説明
Down 0

順番に次のアクティビティに移動します。

Up 1

前のアクティビティまで順番に移動します。

Left 2

ワークフローの左側に移動します。

Right 3

ワークフロー内の右に移動します。

注釈

Note

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

デザイナー ナビゲーションの方向は空間であるため、ワークフロー デザイン サーフェイスで実行する方向ナビゲーションを指定できます。

適用対象