次の方法で共有


VSConstants.CPDN_SELCHANGED Field

Sent from a page dialog to Component Selector dialog, informs of selection change on page.

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

Syntax

'宣言
Public Const CPDN_SELCHANGED As Integer
'使用
Dim value As Integer

value = VSConstants.CPDN_SELCHANGED
public const int CPDN_SELCHANGED
public:
literal int CPDN_SELCHANGED
public const var CPDN_SELCHANGED : int

Field Value

Type: System.Int32

Remarks

wParam is unused and lParam is equal to HWND hwndPageDialog.

Permissions

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

IVsComponentSelectorDlg