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

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

此类用于表示设计时类型(有待于编译的类型)的属性。 这种情况仅在通过设计器触发验证时发生。

属性

ArgumentValues

获取一个包含与此实例关联的每个自变量的值的集合。

AttributeType

获取此实例的 Type

Creatable

获取一个指示是否可以创建此实例的值。

方法

CreateAttribute()

创建类型为 AttributeInfo 的属性。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetArgumentValueAs(IServiceProvider, Int32, Type)

根据类型和索引获取此实例的参数。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于