IProfileService.GetAvatar 方法

检索给定配置文件的具体化。

命名空间:  Microsoft.VisualStudio.Services.Profile
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Function GetAvatar ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    size As AvatarSize _
) As Avatar
Avatar GetAvatar(
    TeamFoundationRequestContext requestContext,
    Guid id,
    AvatarSize size
)

参数

  • id
    类型:System.Guid
    配置文件关联标识的 GUID。存在一对一映射。标识和配置文件之间

返回值

类型:Microsoft.VisualStudio.Services.Profile.Avatar

备注

如果具体化因此未 strored 生成的具体化返回。 随机生成的具体化具有以下形式:i. 背景:纯色 (已选择通过循环为从预定义的调色板) ii。 前景:显示名称的前两个初始在白色罗马数字 3)。 范围:44 x 44 像素罗马数字 4。 格式:jpeg

.NET Framework 安全性

请参阅

参考

IProfileService 接口

Microsoft.VisualStudio.Services.Profile 命名空间