Sdílet prostřednictvím


IXTLRuntime.formatIndex-Methode

Dieser Typ oder Member ist ein Proxy für ein Objekt oder Member von Microsoft XML Core Services 5.0 (MSXML). Informationen zur Verwendung des MSXML-Objekts oder -Members, der von diesem Typ oder Member eingeschlossen wird, finden Sie unter Microsoft XML Core Services (MSXML) SDK bei MSDN. Weitere Informationen zur Verwendung von MSXML-Objekten oder -Membern aus verwaltetem Code heraus finden Sie unter Arbeiten mit MSXML5 und System.Xml mit dem InfoPath 2003-Objektmodell.

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

Syntax

'Declaration
<DispIdAttribute(192)> _
Function formatIndex ( _
    <InAttribute> lIndex As Integer, _
    <InAttribute> bstrFormat As String _
) As String
'Usage
Dim instance As IXTLRuntime
Dim lIndex As Integer
Dim bstrFormat As String
Dim returnValue As String

returnValue = instance.formatIndex(lIndex, bstrFormat)
[DispIdAttribute(192)] 
string formatIndex (
    [InAttribute] int lIndex,
    [InAttribute] string bstrFormat
)

Parameter

  • lIndex
  • bstrFormat

Siehe auch

Referenz

IXTLRuntime-Schnittstelle
IXTLRuntime-Member
Microsoft.Office.Interop.InfoPath.Xml-Namespace