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

声明
ReadOnly Property ItemName As String
用法
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

Permissions

See Also

Reference

VCProject Interface

VCProject Members

Microsoft.VisualStudio.VCProjectEngine Namespace