Share via


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 から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Activities 名前空間

トップに戻る