DOMNodeWrapper.createAttribute(String) メソッド

定義

このメンバは内部使用の目的で予約されており、ユーザー コード内での直接の使用を想定していません。

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

パラメーター

name
String

戻り値

実装

適用対象