TaskUIUtils.GetAttributeValue(XmlNode, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- node
- XmlNode
- attributeName
- String
- attrValue
- String