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)

속성 값

개체 인스턴스에서 ParameterCollection 평가된 값입니다 CustomExpression .

적용 대상