Initializes a new instance of the
Icon Class.Initializes a new instance of the
Icon Class.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim src As Image
Dim id As String
Dim instance As New Icon(src, id)
|
Syntax
Visual Basic |
Public Sub New ( _
src As Image, _
id As String _
)
|
C# |
public Icon (
Image src,
string id
)
|
C++ |
public:
Icon (
Image^ src,
String^ id
)
|
J# |
public Icon (
Image src,
String id
)
|
JScript |
public function Icon (
src : Image,
id : String
)
|
Remarks
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also