Infrastructure. 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)
protected override void SerializeNodeDescriptorIfNotNull(
XmlWriter ,
string ,
string ,
NodeDescriptor
)
protected:
void SerializeNodeDescriptorIfNotNull(
XmlWriter^ ,
String^ ,
String^ ,
NodeDescriptor^
) override
Parameters
- xmlWriter
- elementName
- defaultNamespace
- nodeDescriptor
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