VCProject.ItemName Property

Gets the name of the current item in the collection.

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

Syntax

'Declaration
ReadOnly Property ItemName As String
'Usage
Dim instance As VCProject 
Dim value As String 

value = instance.ItemName
string ItemName { get; }
property String^ ItemName {
    String^ get ();
}
function get ItemName () : String

Property Value

Type: System.String
The name of the current item in the collection.

Implements

VCProjectItem.ItemName

.NET Framework Security

See Also

Reference

VCProject Interface

VCProject Members

ItemName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace