_CommandBarsEvents_SinkHelper.m_dwCookie Field
The cookie returned to listeners who subscribe to command bars events.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣告
Public m_dwCookie As Integer
'用途
Dim instance As _CommandBarsEvents_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
_CommandBarsEvents_SinkHelper Class