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

スレッド セーフ

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

関連項目

Microsoft.Activities 名前空間

トップに戻る