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
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- customDisplayName
類型:System.String
自訂顯示名稱。使用 null 或空字串清除自訂顯示名稱。
備註
設定自訂顯示名稱覆寫提供者提供的顯示名稱 (AD、網際網路提供者像使用等等)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。