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
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
此类用于表示设计时类型的属性(尚未编译的类型)。 仅当通过设计器触发验证时,才会发生这种情况。
属性
| 名称 | 说明 |
|---|---|
| ArgumentValues |
已过时.
获取一个集合,该集合包含与此实例关联的每个参数的值。 |
| AttributeType |
已过时.
Type获取此实例。 |
| Creatable |
已过时.
获取一个值,该值指示是否可以创建此实例。 |
方法
| 名称 | 说明 |
|---|---|
| CreateAttribute() |
已过时.
创建一个类型属性,创建类型为 < |
| Equals(Object) |
已过时.
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetArgumentValueAs(IServiceProvider, Int32, Type) |
已过时.
根据类型和索引获取此实例的参数。 |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |