ExpressionContainerReference<TResult>.Arguments プロパティ

 

式に対する引数のセットを取得します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DefaultValueAttribute(null)]
public Dictionary<string, Argument> Arguments { get; }
public:
[DefaultValueAttribute(null)]
property Dictionary<String^, Argument^>^ Arguments {
    Dictionary<String^, Argument^>^ get();
}
[<DefaultValueAttribute(null)>]
member Arguments : Dictionary<string, Argument> with get
<DefaultValueAttribute(Nothing)>
Public ReadOnly Property Arguments As Dictionary(Of String, Argument)

プロパティ値

Type: System.Collections.Generic.Dictionary<String, Argument>

式に対する引数のセットを返します。

参照

ExpressionContainerReference<TResult> クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る