XppPrePostArgs.getThis 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 "this" reference.
public:
System::Object ^ getThis();
public object getThis ();
member this.getThis : unit -> obj
Public Function getThis () As Object
Returns
An anytype data type value that represents the publisher's "this" reference.
Remarks
Returns a nullNothingnullptrunita null reference (Nothing in Visual Basic) reference if the publisher is static.