| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomXmlNodeType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomXmlNodeType | |
| C# | |
|---|---|
public enum DicomXmlNodeType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomXmlNodeType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Comment | The xml node is an xml comment. |
| Element | The xml node is an xml element. |
| None | Type of the xml node is unknown. |
For an example, refer to SaveXmlCallback.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomXmlNodeType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code