Returns one element of a list.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function get_IndexedValue ( _
index1 As Object, _
index2 As Object, _
index3 As Object, _
index4 As Object _
) As Object
'使用
Dim instance As OAProperty
Dim index1 As Object
Dim index2 As Object
Dim index3 As Object
Dim index4 As Object
Dim returnValue As Object
returnValue = instance.get_IndexedValue(index1, _
index2, index3, index4)
public Object get_IndexedValue(
Object index1,
Object index2,
Object index3,
Object index4
)
public:
virtual Object^ get_IndexedValue(
Object^ index1,
Object^ index2,
Object^ index3,
Object^ index4
) sealed
public final function get_IndexedValue(
index1 : Object,
index2 : Object,
index3 : Object,
index4 : Object
) : Object
Parameters
index1
Type: System.ObjectThe index of the item to display.
index2
Type: System.ObjectThe index of the item to display.
index3
Type: System.ObjectThe index of the item to display.
index4
Type: System.ObjectThe index of the item to display.
Return Value
Type: System.Object
Returns an 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
IndexedValue(Object, Object, Object, Object)