Compartir a través de


XmlUtility.SelectChildrenByAttribute Method

Definition

Overloads

SelectChildrenByAttribute(XmlTextReader, String, String)

select children elements by attribute

SelectChildrenByAttribute(XmlTextReader, String, String)

select children elements by attribute

SelectChildrenByAttribute(XmlTextReader, String, String)

select children elements by attribute

public static bool SelectChildrenByAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strAttribute, string strValue);
static member SelectChildrenByAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string * string -> bool
Public Shared Function SelectChildrenByAttribute (reader As XmlTextReader, strAttribute As String, strValue As String) As Boolean

Parameters

reader
XmlTextReader
strAttribute
String
strValue
String

Returns

Applies to

SelectChildrenByAttribute(XmlTextReader, String, String)

select children elements by attribute

public static bool SelectChildrenByAttribute(System.Xml.XmlTextReader reader, string strAttribute, string strValue);
static member SelectChildrenByAttribute : System.Xml.XmlTextReader * string * string -> bool
Public Shared Function SelectChildrenByAttribute (reader As XmlTextReader, strAttribute As String, strValue As String) As Boolean

Parameters

reader
XmlTextReader
strAttribute
String
strValue
String

Returns

Applies to