A SchemaGenerator is used to create XML Schema files which describe the
structure of xml files read or created by a
Converter,
ConvertToXml or
ConvertFromXml object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface SchemaGenerator |
| C# | |
|---|
public interface SchemaGenerator |
| Managed Extensions for C++ | |
|---|
public __gc __interface SchemaGenerator |
| C++/CLI | |
|---|
public interface class SchemaGenerator |
Remarks
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