SerializationUtilities.Skip Method
Skips the XmlReader.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Shared Sub Skip ( _
reader As XmlReader _
)
public static void Skip(
XmlReader reader
)
public:
static void Skip(
XmlReader^ reader
)
static member Skip :
reader:XmlReader -> unit
public static function Skip(
reader : XmlReader
)
Parameters
- reader
Type: System.Xml.XmlReader
The XmlReader to skip.
Remarks
Positions the XmlReader to one of the following:
Start tag of the next sibling element
End tag of the that contains parent element
End of file
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.