TaskParameterEventArgs.ItemType Property
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.
The name of the item being manipulated, e.g. "Compile" if this is an item operation. If this object represents a task input, this property should be set to the same value as ParameterName for backward compatibility. Similarly, if this object represents a task output assigned to a property, this should be set to the same value as PropertyName for backward compatibility.
public:
property System::String ^ ItemType { System::String ^ get(); };
public string ItemType { get; }
member this.ItemType : string
Public ReadOnly Property ItemType As String