VSPROPSHEETPAGE.lParam Field

When the page is created, a copy of the page's VSPROPSHEETPAGE structure is passed to the dialog box procedure with a WM_INITDIALOG message. The lParam member is provided to allow you to pass application-specific information to the dialog box procedure. It has no effect on the page itself.

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

Syntax

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

value = instance.lParam

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

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace