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 執行個體的評估值。

適用於