共用方式為


ITeamFoundationIdentityService.SetCustomDisplayName 方法

設定或移除自訂顯示名稱呼叫的使用者。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Sub SetCustomDisplayName ( _
    requestContext As TeamFoundationRequestContext, _
    customDisplayName As String _
)
void SetCustomDisplayName(
    TeamFoundationRequestContext requestContext,
    string customDisplayName
)

參數

  • customDisplayName
    類型:System.String
    自訂顯示名稱。使用 null 或空字串清除自訂顯示名稱。

備註

設定自訂顯示名稱覆寫提供者提供的顯示名稱 (AD、網際網路提供者像使用等等)。

.NET Framework 安全性

請參閱

參考

ITeamFoundationIdentityService 介面

Microsoft.TeamFoundation.Server.Core 命名空間