OANullProperty.get_IndexedValue Method

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 OANullProperty
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

Return Value

Type: System.Object

An object that represents the value.

Remarks

By default this method returns an empty string.

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace