DesignerEdges 列挙型

定義

注意事項

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

ワークフロー デザイン サーフェイス上のアクティビティ デザイナーの、デザイン時処理 (アクティビティ デザイナー上の Connector 配置など) が実行される端を指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

フィールド

All 15

アクティビティ デザイナーのすべての端。

Bottom 8

アクティビティ デザイナーの下端。

Left 1

アクティビティ デザイナーの左端。

None 0

アクティビティ デザイナーのどの端でもない。

Right 4

アクティビティ デザイナーの右端。

Top 2

アクティビティ デザイナーの上端。

注釈

注意

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

ConnectionEdge オブジェクトまたは ConnectionPoint オブジェクトのコレクションがアクティビティ デザイナーのどこに存在するかを指定する、ConnectionPoint から返される列挙値です。 GetConnectionPoints メソッドを使用してこのコレクションを取得できます。

これは、ユーザーがアクティビティ デザイナーのどの端をサイズ変更しているかを、DesignerEdges から返される SizingEdge 列挙値を監視して判断する場合も使用できます。

適用対象

こちらもご覧ください