PSParameterizedProperty.InvokeSet(Object, 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.
Invokes the setter method.
public:
void InvokeSet(System::Object ^ valueToSet, ... cli::array <System::Object ^> ^ arguments);
public void InvokeSet (object valueToSet, params object[] arguments);
member this.InvokeSet : obj * obj[] -> unit
Public Sub InvokeSet (valueToSet As Object, ParamArray arguments As Object())
Parameters
- valueToSet
- Object
Value to set this property with.
- arguments
- Object[]
Arguments to the method.
Exceptions
If arguments is null.
When setting the value of a property throws an exception.