XppPrePostArgs.setReturnValue(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.
Sets the publisher's return value.
public:
int setReturnValue(System::Object ^ value);
public int setReturnValue (object value);
member this.setReturnValue : obj -> int
Public Function setReturnValue (value As Object) As Integer
Parameters
- value
- Object
Returns
An int data type value of 1.
Remarks
This method is not intended for pre-handlers or for publishers that return void.