DefaultSecurityNamespaceExtension.GetLocalizedActionDisplayName Method
Returns null for all bits.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetLocalizedActionDisplayName ( _
bit As Integer _
) As String
public virtual string GetLocalizedActionDisplayName(
int bit
)
public:
virtual String^ GetLocalizedActionDisplayName(
int bit
)
abstract GetLocalizedActionDisplayName :
bit:int -> string
override GetLocalizedActionDisplayName :
bit:int -> string
public function GetLocalizedActionDisplayName(
bit : int
) : String
Parameters
bit
Type: System.Int32The bit the display name is needed for.
Return Value
Type: System.String
The localized name for the permission.
.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.