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 work item for modification.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub Open
public void Open()
public:
void Open()
member Open : unit -> unit
public function Open()
Remarks
This method should be used only if you require historical data or non-field data. If you want to work only with the latest revision of the work item, use the PartialOpen method.
Using Open requires a round trip to the server for each work item and consumes local resources to store revision history and non-field data.
This method does nothing if IsOpen or IsNew are true.
.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.