XmlUtility.SelectNextSibling メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SelectNextSibling(XmlTextReader) |
現在の要素の次のシブリングを選択する |
| SelectNextSibling(XmlTextReader) |
現在の要素の次のシブリングを選択する |
SelectNextSibling(XmlTextReader)
現在の要素の次のシブリングを選択する
public static bool SelectNextSibling(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader);
static member SelectNextSibling : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader -> bool
Public Shared Function SelectNextSibling (reader As XmlTextReader) As Boolean
パラメーター
- reader
- XmlTextReader
返品
適用対象
SelectNextSibling(XmlTextReader)
現在の要素の次のシブリングを選択する
public static bool SelectNextSibling(System.Xml.XmlTextReader reader);
static member SelectNextSibling : System.Xml.XmlTextReader -> bool
Public Shared Function SelectNextSibling (reader As XmlTextReader) As Boolean
パラメーター
- reader
- XmlTextReader