Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the icon image associated with the application
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetIcon ( _
requestContext As TeamFoundationRequestContext _
) As Stream
public Stream GetIcon(
TeamFoundationRequestContext requestContext
)
public:
Stream^ GetIcon(
TeamFoundationRequestContext^ requestContext
)
member GetIcon :
requestContext:TeamFoundationRequestContext -> Stream
public function GetIcon(
requestContext : TeamFoundationRequestContext
) : Stream
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.IO.Stream
The stream that contains the icon image
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.