Infrastructure.
Syntax
'Declaration
Protected Overrides NotOverridable Sub SerializeNodeDescriptorIfNotNull( _
ByVal As XmlWriter, _
ByVal As String, _
ByVal As String, _
ByVal As NodeDescriptor _
)
'Usage
Dim instance As AENodeDescriptor
Dim xmlWriter As XmlWriter
Dim elementName As String
Dim defaultNamespace As String
Dim nodeDescriptor As NodeDescriptor
instance.SerializeNodeDescriptorIfNotNull(xmlWriter, elementName, defaultNamespace, nodeDescriptor)
Parameters
- xmlWriter
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- elementName
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- defaultNamespace
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- nodeDescriptor
The value of this parameter can be null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also