ParameterView.SetParameterProperties(Object) Method

Definition

For each parameter property on target, updates its value to match the corresponding entry in the ParameterView.

public:
 void SetParameterProperties(System::Object ^ target);
public void SetParameterProperties (object target);
member this.SetParameterProperties : obj -> unit
Public Sub SetParameterProperties (target As Object)

Parameters

target
Object

An object that has a public writable property matching each parameter's name and type.

Applies to