GetDynamicValueProperty<T> クラス

 

DynamicValue からプロパティを返すアクティビティ。

名前空間:   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.GetDynamicValueProperty<T>

構文

public sealed class GetDynamicValueProperty<T> : CodeActivity<T>
generic<typename T>
public ref class GetDynamicValueProperty sealed : CodeActivity<T>
[<Sealed>]
type GetDynamicValueProperty<'T> = 
    class
        inherit CodeActivity<'T>
    end
Public NotInheritable Class GetDynamicValueProperty(Of T)
    Inherits CodeActivity(Of T)

型パラメーター

  • T
    返されるプロパティの型。

コンストラクター

名前 説明
System_CAPS_pubmethod GetDynamicValueProperty<T>()

新しいインスタンスを初期化、 GetDynamicValueProperty<T> クラスです。

System_CAPS_pubmethod GetDynamicValueProperty<T>(InArgument<DynamicValue>)

新しいインスタンスを初期化、 GetDynamicValueProperty<T> クラスです。

System_CAPS_pubmethod GetDynamicValueProperty<T>(InArgument<DynamicValue>, InArgument<String>)

新しいインスタンスを初期化、 GetDynamicValueProperty<T> クラスです。

プロパティ

名前 説明
System_CAPS_protproperty CacheId

(Activity から継承されます。)

System_CAPS_pubproperty DisplayName

(Activity から継承されます。)

System_CAPS_pubproperty Id

(Activity から継承されます。)

System_CAPS_protproperty ImplementationVersion

(CodeActivity<TResult> から継承されます。)

System_CAPS_pubproperty PropertyName

取得または設定を取得するプロパティのパスと名前。

System_CAPS_pubproperty Result

(Activity<TResult> から継承されます。)

System_CAPS_pubproperty ResultType

(ActivityWithResult から継承されます。)

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

スレッド セーフ

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

関連項目

Microsoft.Activities 名前空間

トップに戻る