Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WorkItem associated with the current host.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property WorkItem As WorkItem
'Usage
Dim instance As IDialogControlHost
Dim value As WorkItem
value = instance.WorkItem
WorkItem WorkItem { get; }
property WorkItem^ WorkItem {
WorkItem^ get ();
}
function get WorkItem () : WorkItem
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace