ProjectItemDefinition.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.
Type of this item definition.
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 of this item definition.
- Attributes