VSPROPSHEETPAGE.hwndDlg Field

If you cannot pass a dialog template, set the HINSTANCE field to a null value and fill in this field instead. A page will then be created, and your hwnd will be attached to it. If you do this, do not use lParam for anything.

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

Syntax

'宣告
Public hwndDlg As IntPtr
'用途
Dim instance As VSPROPSHEETPAGE
Dim value As IntPtr

value = instance.hwndDlg

instance.hwndDlg = value
public IntPtr hwndDlg
public:
IntPtr hwndDlg
val mutable hwndDlg: IntPtr
public var hwndDlg : IntPtr

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace