Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Skips the XmlReader.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: XmlReaderThe 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.