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
- reader
Type: System.Xml. . :: . .XmlReader
An XML reader positioned at a start element.
- typeName
Type: System. . :: . .String
The expected element name.
- nillable
Type: System. . :: . .Boolean
Indicates whether the element can contain the nil attribute in place of actual content.
- isRequired
Type: System. . :: . .Boolean
Specifies whether this element must exist.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.