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
index
Type: System.ObjectThe index of the item to return.
Return Value
Type: Property
A Property object.
Implements
PropertiesItem(Object)
Permissions
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Item(Object)