Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the NodeIcons class. Loads an image strip 16x16, 32-bit colour image strip from the specified bitmap.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
bitmap As Bitmap _
)
public NodeIcons(
Bitmap bitmap
)
public:
NodeIcons(
Bitmap^ bitmap
)
new :
bitmap:Bitmap -> NodeIcons
public function NodeIcons(
bitmap : Bitmap
)
Parameters
- bitmap
Type: System.Drawing.Bitmap
A 16x16 pixel, 32-bit color image strip as a bitmap.
.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.