Share via


ReadAnyAttribute Method

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

Fills an array of XmlAttribute objects with any attribute that is not required and passes a specified set of namespace validation rules.

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

Syntax

'Declaration
Protected Function ReadAnyAttribute ( _
    reader As XmlReader _
) As WsXmlAttribute()
protected WsXmlAttribute[] ReadAnyAttribute(
    XmlReader reader
)
protected:
array<WsXmlAttribute^>^ ReadAnyAttribute(
    XmlReader^ reader
)
member ReadAnyAttribute : 
        reader:XmlReader -> WsXmlAttribute[] 
protected function ReadAnyAttribute(
    reader : XmlReader
) : WsXmlAttribute[]

Parameters

Return Value

Type: array<Ws.Services.Xml. . :: . .WsXmlAttribute> [] () [] []
An array containing the XmlElements that were found.

.NET Framework Security

See Also

Reference

DataContractSerializer Class

Ws.Services.Serialization Namespace