DOMNodeWrapper.getElementsByTagName(String) 方法

定义

此成员仅供内部使用,不能直接在您的代码中使用。

public:
 virtual Microsoft::Office::Interop::InfoPath::SemiTrust::DOMNodeList ^ getElementsByTagName(System::String ^ tagName);
public Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList getElementsByTagName (string tagName);
abstract member getElementsByTagName : string -> Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList
override this.getElementsByTagName : string -> Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList
Public Function getElementsByTagName (tagName As String) As DOMNodeList

参数

tagName
String

返回

实现

适用于