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 命名空間

回到頁首