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

See Also

Reference

NodeIcons Class

NodeIcons Overload

Microsoft.TeamFoundation.Common Namespace