_CommandBarComboBoxEvents_SinkHelper.m_dwCookie Field
The cookie returned when a listener subscribes to the Change event.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
声明
Public m_dwCookie As Integer
用法
Dim instance As _CommandBarComboBoxEvents_SinkHelper
Dim value As Integer
value = instance.m_dwCookie
instance.m_dwCookie = value
public int m_dwCookie
public:
int m_dwCookie
val mutable m_dwCookie: int
public var m_dwCookie : int
.NET Framework Security
- 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.
See Also
Reference
_CommandBarComboBoxEvents_SinkHelper Class