Share via


VSPROPSHEETPAGE.pfnCallback Field

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public pfnCallback As IntPtr
public IntPtr pfnCallback
public:
IntPtr pfnCallback
val mutable pfnCallback: IntPtr
public var pfnCallback : IntPtr

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

Microsoft.VisualStudio.Shell.Interop Namespace