XppPrePostArgs.getReturnValue 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.
Gets the publisher's return value.
public:
System::Object ^ getReturnValue();
public object getReturnValue ();
member this.getReturnValue : unit -> obj
Public Function getReturnValue () As Object
Returns
An anytype data type value that represents the publisher's return value.
Remarks
This method is not intended for pre-handlers.