DesignerView クラス

定義

注意事項

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
属性

注釈

Note

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

コンストラクター

名前 説明
DesignerView(Int32, String, Image, ActivityDesigner)
古い.

整数、文字列、DesignerView、およびImageを使用して、ActivityDesigner クラスの新しいインスタンスを初期化します。

DesignerView(Int32, String, Image)
古い.

整数、文字列、およびDesignerViewを使用して、Image クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AssociatedDesigner
古い.

デザイナー ビューに関連付けられているアクティビティ デザイナーを取得します。

Image
古い.

デザイナー ビューに関連付けられているイメージを取得します。

Text
古い.

デザイナー ビューの名前を取得します。

UserData
古い.

デザイナー ビューに関連付けられているユーザー データのディクショナリを取得します。

ViewId
古い.

デザイナー ビューに関連付けられている識別子を取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定した Object が現在のデザイナー ビューと等しいかどうかを判断します。

GetHashCode()
古い.

DesignerViewのハッシュ関数として機能し、ハッシュ アルゴリズムやハッシュ テーブルなどのデータ構造での使用に適しています。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnActivate()
古い.

ビューがアクティブになったときにデザイナーに通知します。

OnDeactivate()
古い.

ビューが非アクティブ化されたときにデザイナーに通知します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象