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

声明
Function Item ( _
    vItem As Object _
) As Object
用法
Dim instance As VCDesignElements
Dim vItem As Object
Dim returnValue As Object

returnValue = instance(vItem)
Object Item(
    Object vItem
)
Object^ Item(
    Object^ vItem
)
function Item(
    vItem : Object
) : Object

Parameters

Return Value

Type: System.Object

Permissions

See Also

Reference

VCDesignElements Interface

VCDesignElements Members

Microsoft.VisualStudio.VCCodeModel Namespace