VCDesignElements.Item Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

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

Syntax

'Declaration
Function Item ( _
    vItem As Object _
) As Object
Object Item(
    Object vItem
)
Object^ Item(
    Object^ vItem
)
abstract Item : 
        vItem:Object -> Object
function Item(
    vItem : Object
) : Object

Parameters

Return Value

Type: System.Object
An object.

.NET Framework Security

See Also

Reference

VCDesignElements Interface

Microsoft.VisualStudio.VCCodeModel Namespace