Syntax
| Visual Basic (Declaration) | |
|---|
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function getValueFromKey( _
ByVal o As Object _
) As String |
| C# | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public virtual string getValueFromKey(
object o
) |
| Managed Extensions for C++ | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public: virtual string* getValueFromKey(
Object* o
) |
| C++/CLI | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public:
virtual String^ getValueFromKey(
Object^ o
) |
Parameters
- o
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also