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
Object Item(
Object vItem
)
Object^ Item(
Object^ vItem
)
abstract Item :
vItem:Object -> Object
function Item(
vItem : Object
) : Object
Parameters
- vItem
Type: System.Object
Input item
Return Value
Type: System.Object
An object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.