Sdílet prostřednictvím


XDocumentClass._XDocument3_GetNamedNodeProperty-Methode

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
Public Overridable Function _XDocument3_GetNamedNodeProperty ( _
    <InAttribute> varMainDOMNode As Object, _
    <InAttribute> bstrPropertyName As String, _
    <InAttribute> bstrDefaultValue As String _
) As String Implements _XDocument3.GetNamedNodeProperty
'Usage
Dim instance As XDocumentClass
Dim varMainDOMNode As Object
Dim bstrPropertyName As String
Dim bstrDefaultValue As String
Dim returnValue As String

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

Parameter

  • varMainDOMNode
  • bstrPropertyName
  • bstrDefaultValue

Siehe auch

Referenz

XDocumentClass-Klasse
XDocumentClass-Member
Microsoft.Office.Interop.InfoPath-Namespace