ProjectItemInstance.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.
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.