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

順序で次となる下のアクティビティに移動します。

Left 2

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

Right 3

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

Up 1

順序で前となる上のアクティビティに移動します。

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

デザイナー移動方向は空間的広がりを持つため、ワークフロー デザイン サーフェイス上の移動方向を示すことができます。

適用対象