Share via


VSPROPSHEETPAGE.pfnCallback Field

Definition

Address of an application-defined callback function that is called when the page is created and when it is about to be destroyed. To use this member, you must set the PSP_USECALLBACK flag in the dwFlags member.

public: IntPtr pfnCallback;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.LPFNPSPCALLBACKA")]
public IntPtr pfnCallback;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.LPFNPSPCALLBACKA")>]
val mutable pfnCallback : nativeint
Public pfnCallback As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

COM Signature

From vsshell.idl:

Applies to