Get a list of EDI dialects supported by this version of XML Converters.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function GetDialects() As EDIDialect() |
| Managed Extensions for C++ | |
|---|
public: static EDIDialect*[]* GetDialects(); |
| C++/CLI | |
|---|
public:
static array<EDIDialect^>^ GetDialects(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also