Share via


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 인스턴스에서 계산한 값입니다.

적용 대상