IntentLock.IsCompatible Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function IsCompatible ( _
currentMode As LockMode, _
newMode As LockMode _
) As Boolean
public static bool IsCompatible(
LockMode currentMode,
LockMode newMode
)
public:
static bool IsCompatible(
LockMode currentMode,
LockMode newMode
)
static member IsCompatible :
currentMode:LockMode *
newMode:LockMode -> bool
public static function IsCompatible(
currentMode : LockMode,
newMode : LockMode
) : boolean
Parameters
- currentMode
Type: Microsoft.TeamFoundation.Framework.Server.LockMode
- newMode
Type: Microsoft.TeamFoundation.Framework.Server.LockMode
Return Value
Type: System.Boolean
Returns Boolean.
.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.