次の方法で共有


XDocumentClass.SetNamedNodeProperty メソッド

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<DispIdAttribute(44)> _
Public Overridable Sub SetNamedNodeProperty ( _
    <InAttribute> pxmlMainDOMNode As IXMLDOMNode, _
    <InAttribute> bstrPropertyName As String, _
    <InAttribute> bstrValue As String _
) Implements _XDocument2.SetNamedNodeProperty
'使用
Dim instance As XDocumentClass
Dim pxmlMainDOMNode As IXMLDOMNode
Dim bstrPropertyName As String
Dim bstrValue As String

CType(instance, _XDocument2).SetNamedNodeProperty(pxmlMainDOMNode, bstrPropertyName, bstrValue)
[DispIdAttribute(44)] 
public virtual void _XDocument2.SetNamedNodeProperty (
    [InAttribute] IXMLDOMNode pxmlMainDOMNode,
    [InAttribute] string bstrPropertyName,
    [InAttribute] string bstrValue
)

パラメータ

  • pxmlMainDOMNode
  • bstrPropertyName
  • bstrValue

関連項目

参照

XDocumentClass クラス
XDocumentClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間