GetDynamicValueProperties 类

 

用于从 DynamicValue 检索多个属性的活动。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

继承层次结构

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Activities.GetDynamicValueProperties

语法

[ContentPropertyAttribute("Properties")]
public sealed class GetDynamicValueProperties : CodeActivity
[ContentPropertyAttribute("Properties")]
public ref class GetDynamicValueProperties sealed : CodeActivity
[<Sealed>]
[<ContentPropertyAttribute("Properties")>]
type GetDynamicValueProperties = 
    class
        inherit CodeActivity
    end
<ContentPropertyAttribute("Properties")>
Public NotInheritable Class GetDynamicValueProperties
    Inherits CodeActivity

构造函数

名称 说明
System_CAPS_pubmethod GetDynamicValueProperties()

初始化 GetDynamicValueProperties 类的新实例。

属性

名称 说明
System_CAPS_protproperty CacheId

(从 Activity 继承。)

System_CAPS_pubproperty DisplayName

(从 Activity 继承。)

System_CAPS_pubproperty Id

(从 Activity 继承。)

System_CAPS_protproperty ImplementationVersion

(从 CodeActivity 继承。)

System_CAPS_pubproperty Properties

获取或设置要检索的属性名称集以及这些属性名称的存储位置。

System_CAPS_pubproperty Source

获取或设置要从中进行读取的 DynamicValue。

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod ToString()

(从 Activity 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.Activities 命名空间

返回页首