TaskUIUtils.GetAttributeValue(XmlNode, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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