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 action display name for the specified bitmask.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetActionDisplayNameForBitmask ( _
bitmask As Integer _
) As String
public string GetActionDisplayNameForBitmask(
int bitmask
)
public:
String^ GetActionDisplayNameForBitmask(
int bitmask
)
member GetActionDisplayNameForBitmask :
bitmask:int -> string
public function GetActionDisplayNameForBitmask(
bitmask : int
) : String
Parameters
bitmask
Type: System.Int32The bitmask for a single permission whose action display name should be returned.
Return Value
Type: System.String
The action display name for the specified bitmask. Returns Empty if the bitmask does not correspond to an action that is defined in this namespace.
.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.