ReadNodeWithCheck 方法

Reads the specified node with a checkmark.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Protected Shared Function ReadNodeWithCheck ( _
    xr As XmlReader, _
    ParamArray elements As String() _
) As List(Of String)
用法
Dim xr As XmlReader
Dim elements As String()
Dim returnValue As List(Of String)

returnValue = ExpressionNode.ReadNodeWithCheck(xr, _
    elements)
protected static List<string> ReadNodeWithCheck(
    XmlReader xr,
    params string[] elements
)
protected:
static List<String^>^ ReadNodeWithCheck(
    XmlReader^ xr, 
    ... array<String^>^ elements
)
static member ReadNodeWithCheck : 
        xr:XmlReader * 
        elements:string[] -> List<string> 
protected static function ReadNodeWithCheck(
    xr : XmlReader, 
    ... elements : String[]
) : List<String>

参数

返回值

类型:System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
The specified node with a checkmark.