VSPROPSHEETPAGE.pfnDlgProc 字段

定义

页面的对话框过程的地址。 由于这些页面是作为无模式对话框创建的,因此对话框过程不得调用 EndDialog 函数。

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

字段值

IntPtr

nativeint

属性

注解

COM 签名

从 vsshell:

适用于