VCActiveXReference.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
    Get
string ItemName { get; }
property String^ ItemName {
    String^ get ();
}
abstract ItemName : string
function get ItemName () : String

Property Value

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

Implements

VCReference.ItemName

.NET Framework Security

See Also

Reference

VCActiveXReference Interface

ItemName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace