共用方式為


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. 背景資訊:單色 (選取透過循環配置資源從預先定義的色板)、。 前景:顯示名稱的前兩個初始在白色羅馬數字 3 的。 大小:44 x 44 像素羅馬數字 4。 格式:jpeg

.NET Framework 安全性

請參閱

參考

IProfileService 介面

Microsoft.VisualStudio.Services.Profile 命名空間