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
public var lParam : IntPtr
Field Value
Type: System.IntPtr
Remarks
COM Signature
From vsshell.idl:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.