次の方法で共有


XDocumentClass.GetNamedNodeProperty メソッド

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

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

構文

'宣言
<DispIdAttribute(43)> _
Public Overridable Function GetNamedNodeProperty ( _
    <InAttribute> varMainDOMNode As Object, _
    <InAttribute> bstrPropertyName As String, _
    <InAttribute> bstrDefaultValue As String _
) As String Implements _XDocument2.GetNamedNodeProperty
'使用
Dim instance As XDocumentClass
Dim varMainDOMNode As Object
Dim bstrPropertyName As String
Dim bstrDefaultValue As String
Dim returnValue As String

returnValue = CType(instance, _XDocument2).GetNamedNodeProperty(varMainDOMNode, bstrPropertyName, bstrDefaultValue)
[DispIdAttribute(43)] 
public virtual string _XDocument2.GetNamedNodeProperty (
    [InAttribute] Object varMainDOMNode,
    [InAttribute] string bstrPropertyName,
    [InAttribute] string bstrDefaultValue
)

パラメータ

  • varMainDOMNode
  • bstrPropertyName
  • bstrDefaultValue

関連項目

参照

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