VCFile::ItemType Property

 

Gets or sets the MSBuild item type.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ ItemType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

An item type name.

Return to top
Show: