XDocumentClass.GetNamedNodeProperty 方法
此類型為 coclass 或 coclass 成員的包裝函式,屬性 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 命名空間