_CommandBarButtonEvents_SinkHelper.m_dwCookie Field
The cookie returned when a listener subscribes to the Click event.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
‘선언
Public m_dwCookie As Integer
‘사용 방법
Dim instance As _CommandBarButtonEvents_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
_CommandBarButtonEvents_SinkHelper Class