Share via


IsChildStartElement Method

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

Determines whether the specified child element is at the current reader position.

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

Syntax

'Declaration
Protected Function IsChildStartElement ( _
    reader As XmlReader, _
    typeName As String, _
    nillable As Boolean, _
    isRequired As Boolean _
) As Boolean
protected bool IsChildStartElement(
    XmlReader reader,
    string typeName,
    bool nillable,
    bool isRequired
)
protected:
bool IsChildStartElement(
    XmlReader^ reader, 
    String^ typeName, 
    bool nillable, 
    bool isRequired
)
member IsChildStartElement : 
        reader:XmlReader * 
        typeName:string * 
        nillable:bool * 
        isRequired:bool -> bool 
protected function IsChildStartElement(
    reader : XmlReader, 
    typeName : String, 
    nillable : boolean, 
    isRequired : boolean
) : boolean

Parameters

  • nillable
    Type: System. . :: . .Boolean
    Indicates whether the element can contain the nil attribute in place of actual content.

Return Value

Type: System. . :: . .Boolean
true if the expected element is read or if nillable is true and the nil attribute is present.

.NET Framework Security

See Also

Reference

DataContractSerializer Class

Ws.Services.Serialization Namespace