Partager via


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

Définition

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

Retours

S’applique à