AttributeInfo クラス

定義

注意事項

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

デザイン時に型の属性を表すラッパー クラス。 このクラスは継承できません。

public ref class AttributeInfo sealed
public sealed class AttributeInfo
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class AttributeInfo
type AttributeInfo = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type AttributeInfo = class
Public NotInheritable Class AttributeInfo
継承
AttributeInfo
属性

注釈

Note

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

このクラスは、デザイン時型 (まだコンパイルされていない型) の属性を表すために使用されます。 これは、デザイナーによって検証がトリガーされた場合にのみ発生します。

プロパティ

名前 説明
ArgumentValues
古い.

このインスタンスに関連付けられている各引数の値を含むコレクションを取得します。

AttributeType
古い.

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

Creatable
古い.

このインスタンスを作成できるかどうかを示す値を取得します。

メソッド

名前 説明
CreateAttribute()
古い.

型の属性を作成します。 AttributeInfo型の属性を作成します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetArgumentValueAs(IServiceProvider, Int32, Type)
古い.

型とインデックスに基づいて、このインスタンスの引数を取得します。

GetHashCode()
古い.

既定のハッシュ関数として機能します。

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

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

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

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

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

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

(継承元 Object)

適用対象