VCProject.ItemName Property

Definition

Gets the name of the current item in the collection.

public:
 property System::String ^ ItemName { System::String ^ get(); };
public:
 property Platform::String ^ ItemName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(678)]
public string ItemName { [System.Runtime.InteropServices.DispId(678)] get; }
[<System.Runtime.InteropServices.DispId(678)>]
[<get: System.Runtime.InteropServices.DispId(678)>]
member this.ItemName : string
Public ReadOnly Property ItemName As String

Property Value

The name of the current item in the collection.

Implements

Attributes

Applies to