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 localized actions for the permission bits.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetLocalizedActions ( _
permissions As Integer _
) As List(Of String)
public List<string> GetLocalizedActions(
int permissions
)
public:
List<String^>^ GetLocalizedActions(
int permissions
)
member GetLocalizedActions :
permissions:int -> List<string>
public function GetLocalizedActions(
permissions : int
) : List<String>
Parameters
- permissions
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<String>
.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.