Gets a collection of browser elements.
Namespace:
System.Windows.Browser
Assembly:
System.Windows.Browser (in System.Windows.Browser.dll)
Visual Basic (Declaration)
Public Function GetElementsByTagName ( _
tagName As String _
) As ScriptObjectCollection
Dim instance As HtmlDocument
Dim tagName As String
Dim returnValue As ScriptObjectCollection
returnValue = instance.GetElementsByTagName(tagName)
public ScriptObjectCollection GetElementsByTagName(
string tagName
)
If no elements that correspond to the requested tag name are found, an empty collection is returned.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference