DesignerView クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
CompositeActivityDesigner またはそれを継承したクラスによってサポートされるビューに関する情報のリポジトリとして機能します。
public ref class DesignerView
public class DesignerView
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class DesignerView
type DesignerView = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DesignerView = class
Public Class DesignerView
- 継承
-
DesignerView
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
コンストラクター
DesignerView(Int32, String, Image) |
整数、文字列、および DesignerView を使用して、Image クラスの新しいインスタンスを初期化します。 |
DesignerView(Int32, String, Image, ActivityDesigner) |
整数、文字列、DesignerView、および Image を使用して、ActivityDesigner クラスの新しいインスタンスを初期化します。 |
プロパティ
AssociatedDesigner |
デザイナー ビューに関連付けられたアクティビティ デザイナーを取得します。 |
Image |
デザイナー ビューに関連付けられたイメージを取得します。 |
Text |
デザイナー ビューの名前を取得します。 |
UserData |
デザイナー ビューに関連付けられたユーザー データのディクショナリを取得します。 |
ViewId |
デザイナー ビューに関連付けられた識別子を取得します。 |
メソッド
Equals(Object) |
指定の Object が、現在のデザイナー ビューと等しいかどうかを判断します。 |
GetHashCode() |
DesignerView のハッシュ関数として機能します。ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
OnActivate() |
ビューがアクティブになるとデザイナーに通知します。 |
OnDeactivate() |
ビューが非アクティブになるとデザイナーに通知します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |