DesignerEdges 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
- 継承
- 属性
フィールド
All | 15 | アクティビティ デザイナーのすべての端。 |
Bottom | 8 | アクティビティ デザイナーの下端。 |
Left | 1 | アクティビティ デザイナーの左端。 |
None | 0 | アクティビティ デザイナーのどの端でもない。 |
Right | 4 | アクティビティ デザイナーの右端。 |
Top | 2 | アクティビティ デザイナーの上端。 |
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
ConnectionEdge オブジェクトまたは ConnectionPoint オブジェクトのコレクションがアクティビティ デザイナーのどこに存在するかを指定する、ConnectionPoint から返される列挙値です。 GetConnectionPoints メソッドを使用してこのコレクションを取得できます。
これは、ユーザーがアクティビティ デザイナーのどの端をサイズ変更しているかを、DesignerEdges から返される SizingEdge 列挙値を監視して判断する場合も使用できます。