TaskUIUtils.GetAttributeValue(XmlNode, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- node
- XmlNode
- attributeName
- String
- attrValue
- String