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.
Opens this WorkItem for editing without transferring all the data about the work item over the wire.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub PartialOpen
'Usage
Dim instance As WorkItem
instance.PartialOpen()
public void PartialOpen()
public:
void PartialOpen()
public function PartialOpen()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the work item is already Open or is read-only. |
Remarks
Only the minimal set of data necessary for reading and writing the work item is transferred. This is an optional method for optimizing performance.
.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.