ProjectNode.setSpecialIcon(Int32, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns a different icon to a specific node in the project.
public:
virtual void setSpecialIcon(int _type, System::String ^ _name, int _resId);
public virtual void setSpecialIcon (int _type, string _name, int _resId);
abstract member setSpecialIcon : int * string * int -> unit
override this.setSpecialIcon : int * string * int -> unit
Public Overridable Sub setSpecialIcon (_type As Integer, _name As String, _resId As Integer)
Parameters
- _type
- Int32
The ID of the icon that must be used for the specified node.
- _name
- String
The ID of the icon that must be used for the specified node.
- _resId
- Int32
The ID of the icon that must be used for the specified node.