Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function get_IndexedValue ( _
index1 As Object, _
index2 As Object, _
index3 As Object, _
index4 As Object _
) As Object
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
abstract get_IndexedValue :
index1:Object *
index2:Object *
index3:Object *
index4:Object -> Object
override get_IndexedValue :
index1:Object *
index2:Object *
index3:Object *
index4:Object -> Object
public final function get_IndexedValue(
index1 : Object,
index2 : Object,
index3 : Object,
index4 : Object
) : Object
Parameters
- index1
Type: System.Object
- index2
Type: System.Object
- index3
Type: System.Object
- index4
Type: System.Object
Return Value
Type: System.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace