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

‘선언
Public pfnCallback As IntPtr
‘사용 방법
Dim instance As VSPROPSHEETPAGE
Dim value As IntPtr

value = instance.pfnCallback

instance.pfnCallback = value
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

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace