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)

属性值

对象的实例中的ParameterCollectionCustomExpression计算值。

适用于