CustomExpressionEventArgs.Values Eigenschap

Definitie

Hiermee worden de geëvalueerde waarden opgehaald of ingesteld van het ParameterCollection exemplaar van het CustomExpression object.

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)

Waarde van eigenschap

De geëvalueerde waarden van het ParameterCollection exemplaar van het CustomExpression object.

Van toepassing op