Constructor ItemLabel
ItemLabel(byte, int, string, string)
Initializes a new instance of the ItemLabel structure.
Declaration
public ItemLabel(byte inType, int inId, string inMoniker, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | inType | Type of item, or 0 if none. |
| int | inId | Identifier of the item within its element, or 0 if empty. |
| string | inMoniker | Moniker associated to the item that will survive some modification. |
| string | inName | Item name, or null if none. |