Share via


WriteAnyAttribute Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds the collection of XmlAttributes to the current element.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Protected Sub WriteAnyAttribute ( _
    writer As XmlWriter, _
    attributes As WsXmlAttribute() _
)
protected void WriteAnyAttribute(
    XmlWriter writer,
    WsXmlAttribute[] attributes
)
protected:
void WriteAnyAttribute(
    XmlWriter^ writer, 
    array<WsXmlAttribute^>^ attributes
)
member WriteAnyAttribute : 
        writer:XmlWriter * 
        attributes:WsXmlAttribute[] -> unit 
protected function WriteAnyAttribute(
    writer : XmlWriter, 
    attributes : WsXmlAttribute[]
)

Parameters

.NET Framework Security

See Also

Reference

DataContractSerializer Class

Ws.Services.Serialization Namespace