CustomExpressionEventArgs.Values 属性

定义

获取或设置 ParameterCollection 对象的 CustomExpression 实例中的计算值。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Values { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Values { get; }
member this.Values : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Values As IDictionary(Of String, Object)

属性值

IDictionary<String,Object>

ParameterCollection 对象的 CustomExpression 实例中的计算值。

适用于