XmlHelperGetElement(XmlDocument, String) Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElement(System.Xml.XmlDocument,System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.PackagesAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static XmlElement GetElement(
this XmlDocument parent,
string elementName
)
<ExtensionAttribute>
Public Shared Function GetElement (
parent As XmlDocument,
elementName As String
) As XmlElement
public:
[ExtensionAttribute]
static XmlElement^ GetElement(
XmlDocument^ parent,
String^ elementName
)
[<ExtensionAttribute>]
static member GetElement :
parent : XmlDocument *
elementName : string -> XmlElement
Parameters
- parent XmlDocument
[Missing <param name="parent"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElement(System.Xml.XmlDocument,System.String)"]
- elementName String
[Missing <param name="elementName"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElement(System.Xml.XmlDocument,System.String)"]
Return Value
XmlElement[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElement(System.Xml.XmlDocument,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
XmlDocument. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also