Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Skips the XmlReader.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
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.