ProjectItemInstance.ItemType Property

Definition

Item type, for example "Compile"

public:
 property System::String ^ ItemType { System::String ^ get(); };
public string ItemType { get; }
public string ItemType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ItemType : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ItemType : string
Public ReadOnly Property ItemType As String

Property Value

The item type. For example, "Compile".

Attributes

Remarks

This cannot be set, as it is used as the key into the project's items table.

Applies to