Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the action name that is associated with the specified bitmask.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetActionNameForBitmask ( _
bitmask As Integer _
) As String
public string GetActionNameForBitmask(
int bitmask
)
public:
String^ GetActionNameForBitmask(
int bitmask
)
member GetActionNameForBitmask :
bitmask:int -> string
public function GetActionNameForBitmask(
bitmask : int
) : String
Parameters
- bitmask
Type: System.Int32
The bitmask for a single permission whose action name should be returned.
Return Value
Type: System.String
The action name for the specified bitmask. Returns Empty if the bitmask does not correspond to an action that is defined in this SecurityNamespace.
.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.