GetConfigurationValue 类

 

用于从工作流配置检索值的活动。

命名空间:   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.GetConfigurationValue

语法

public sealed class GetConfigurationValue : CodeActivity<string>
public ref class GetConfigurationValue sealed : CodeActivity<String^>
[<Sealed>]
type GetConfigurationValue = 
    class
        inherit CodeActivity<string>
    end
Public NotInheritable Class GetConfigurationValue
    Inherits CodeActivity(Of String)

构造函数

名称 说明
System_CAPS_pubmethod GetConfigurationValue()

初始化 GetConfigurationValue 类的新实例。

System_CAPS_pubmethod GetConfigurationValue(String)

初始化 GetConfigurationValue 类的新实例。

属性

名称 说明
System_CAPS_protproperty CacheId

(从 Activity 继承。)

System_CAPS_pubproperty DefaultValue

获取或设置找不到配置值时要返回的默认值。

System_CAPS_pubproperty DisplayName

(从 Activity 继承。)

System_CAPS_pubproperty Id

(从 Activity 继承。)

System_CAPS_protproperty ImplementationVersion

(从 CodeActivity<TResult> 继承。)

System_CAPS_pubproperty Name

获取或设置要检索的配置参数的名称。

System_CAPS_pubproperty Result

(从 Activity<TResult> 继承。)

System_CAPS_pubproperty ResultType

(从 ActivityWithResult 继承。)

方法

名称 说明
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 命名空间

返回页首