Visual Basic (Declaration) | |
---|---|
Function GetSet( _ ByVal tag As SetTag, _ ByVal stack As IList(Of DataSourceNode), _ ByVal locale As java.util.Locale _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IDataSourceMetaData Dim tag As SetTag Dim stack As IList(Of DataSourceNode) Dim locale As java.util.Locale Dim value As String value = instance.GetSet(tag, stack, locale) |
C# | |
---|---|
string GetSet( SetTag tag, IList<DataSourceNode> stack, java.util.Locale locale ) |
Managed Extensions for C++ | |
---|---|
string* GetSet( SetTag* tag, IList<DataSourceNode*>* stack, java.util.Locale* locale ) |
C++/CLI | |
---|---|
String^ GetSet( SetTag^ tag, IList<DataSourceNode^>^ stack, java.util.Locale^ locale ) |
Parameters
- tag
- The tag to run.
- stack
- The stack of forEach loops in at this point. Node [0] is the root document node so this will always have length of at least 1.
- locale
Return Value
The requested data.Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family