LinksControlBase.m_mnuActions Field
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected m_mnuActions As ContextMenu
'Usage
Dim value As ContextMenu
value = Me.m_mnuActions
Me.m_mnuActions = value
protected ContextMenu m_mnuActions
protected:
ContextMenu^ m_mnuActions
protected var m_mnuActions : ContextMenu
.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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace