BasicHelper.UnlockDocument Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Sub UnlockDocument ( _
docCookie As Integer _
)
public void UnlockDocument(
int docCookie
)
public:
void UnlockDocument(
int docCookie
)
member UnlockDocument :
docCookie:int -> unit
public function UnlockDocument(
docCookie : int
)
Parameters
- docCookie
Type: System.Int32
.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.