次の方法で共有


ServerException.FormatUserName Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Protected Shared Function FormatUserName ( _
    requestContext As TeamFoundationRequestContext, _
    userName As String _
) As String
protected static string FormatUserName(
    TeamFoundationRequestContext requestContext,
    string userName
)
protected:
static String^ FormatUserName(
    TeamFoundationRequestContext^ requestContext, 
    String^ userName
)
static member FormatUserName : 
        requestContext:TeamFoundationRequestContext * 
        userName:string -> string 
protected static function FormatUserName(
    requestContext : TeamFoundationRequestContext, 
    userName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ServerException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace