NodeIcons Constructor (String)
Initializes a new instance of the NodeIcons class. Loads an image strip 16x16, 32-bit colour image strip from the specified resource.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub New ( _
resourceName As String _
)
public NodeIcons(
string resourceName
)
public:
NodeIcons(
String^ resourceName
)
new :
resourceName:string -> NodeIcons
public function NodeIcons(
resourceName : String
)
Parameters
- resourceName
Type: System.String
The path to the resource from which to load the image strip.
.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.