TaskUIUtils.GetAttributeValue(XmlNode, String, String) Método

Definição

public:
 static bool GetAttributeValue(System::Xml::XmlNode ^ node, System::String ^ attributeName, [Runtime::InteropServices::Out] System::String ^ % attrValue);
public static bool GetAttributeValue (System.Xml.XmlNode node, string attributeName, out string attrValue);
static member GetAttributeValue : System.Xml.XmlNode * string * string -> bool
Public Shared Function GetAttributeValue (node As XmlNode, attributeName As String, ByRef attrValue As String) As Boolean

Parâmetros

node
XmlNode
attributeName
String
attrValue
String

Retornos

Aplica-se a