OAProperties.Item Method

Returns an indexed member of a Properties collection.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function Item ( _
    index As Object _
) As Property
'使用
Dim instance As OAProperties
Dim index As Object
Dim returnValue As Property

returnValue = instance.Item(index)
public virtual Property Item(
    Object index
)
public:
virtual Property^ Item(
    Object^ index
)
public function Item(
    index : Object
) : Property

Parameters

Return Value

Type: Property

A Property object.

Implements

PropertiesItem(Object)

Permissions

See Also

Reference

OAProperties Class

OAProperties Members

Microsoft.VisualStudio.Package.Automation Namespace

Item(Object)