Syntax
Visual Basic (Declaration) | |
---|
<IKVM.Attributes.ThrowsAttribute(System.String[])>
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function getVariableValue( _
ByVal variable As String, _
ByVal stack() As net.windward.datasource.DataSourceNode, _
ByVal locale As java.util.Locale _
) As Object() |
C# | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public virtual object[] getVariableValue(
string variable,
net.windward.datasource.DataSourceNode[] stack,
java.util.Locale locale
) |
Managed Extensions for C++ | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public: virtual Object*[]* getVariableValue(
string* variable,
net.windward.datasource.DataSourceNode*[]* stack,
java.util.Locale* locale
) |
C++/CLI | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public:
virtual array<Object^>^ getVariableValue(
String^ variable,
net.windward.datasource.array<DataSourceNode^>^ stack,
java.util.Locale^ locale
) |
Parameters
- variable
- stack
- locale
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also