Share via


SetDynamicValueProperties 类

 

表示用于设置动态值的活动。

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

继承层次结构

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.SetDynamicValueProperties

语法

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

构造函数

名称 说明
System_CAPS_pubmethod SetDynamicValueProperties()

新实例初始化 SetDynamicValueProperties 类。

System_CAPS_pubmethod SetDynamicValueProperties(InArgument<DynamicValue>)

新实例初始化 SetDynamicValueProperties 类。

属性

名称 说明
System_CAPS_protproperty CacheId

(继承自 Activity。)

System_CAPS_pubproperty DisplayName

(继承自 Activity。)

System_CAPS_pubproperty Id

(继承自 Activity。)

System_CAPS_protproperty ImplementationVersion

(继承自 CodeActivity<TResult>。)

System_CAPS_pubproperty Properties

获取或设置动态属性。

System_CAPS_pubproperty Result

(继承自 Activity<TResult>。)

System_CAPS_pubproperty ResultType

(继承自 ActivityWithResult。)

System_CAPS_pubproperty Source

获取或设置属性源。

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(继承自 Object。)

System_CAPS_pubmethod GetHashCode()

(继承自 Object。)

System_CAPS_pubmethod GetType()

(继承自 Object。)

System_CAPS_pubmethod ToString()

(继承自 Activity。)

线程安全

此类型的所有公共静态(Visual Basic 中的 已共享 在 Visual Basic 中)成员都是线程安全的。不保证所有实例成员都是线程安全的。

另请参阅

Microsoft.Activities 命名空间

返回页首