AttributeInfo クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
このクラスを使用して、デザイン時の型 (まだコンパイルされていない型) の属性を表します。 これは、検証がデザイナーからトリガーされた場合にのみ行われます。
プロパティ
| ArgumentValues |
このインスタンスに関連付けられている各引数を集めたコレクションを取得します。 |
| AttributeType |
このインスタンスの Type を取得します。 |
| Creatable |
このインスタンスを作成できるかどうかを示す値を取得します。 |
メソッド
| CreateAttribute() |
AttributeInfo 型の属性を作成します。 |
| Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetArgumentValueAs(IServiceProvider, Int32, Type) |
型とインデックスを指定して、このインスタンスの該当する引数を取得します。 |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |