WorkItemGridValueProviderEventArgs.Item Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Item As WorkItem
public WorkItem Item { get; }
public:
property WorkItem^ Item {
WorkItem^ get ();
}
member Item : WorkItem with get
function get Item () : WorkItem
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem
Returns WorkItem.
.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
WorkItemGridValueProviderEventArgs Class
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace