DictType.Getvalue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Getvalue(Int32) | |
Getvalue() |
Getvalue(Int32)
public:
virtual System::Object ^ Getvalue(int arrayIndex);
public virtual object Getvalue (int arrayIndex);
abstract member Getvalue : int -> obj
override this.Getvalue : int -> obj
Public Overridable Function Getvalue (arrayIndex As Integer) As Object
Parameters
- arrayIndex
- Int32
Returns
Applies to
Getvalue()
public:
virtual System::Object ^ Getvalue();
public virtual object Getvalue ();
abstract member Getvalue : unit -> obj
override this.Getvalue : unit -> obj
Public Overridable Function Getvalue () As Object