ParameterView.SetParameterProperties(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.