Sdílet prostřednictvím


_Application2.FormatString-Methode

Dies ist ein Wrappermember für einen Member einer COM-Schnittstelle, der durch eine höhere Version ersetzt wurde. Diese Version implementiert alle Member früherer Schnittstellen sowie zusätzliche neue Member. Informationen zu diesem Member und seiner Implementierung in der höheren Version der Schnittstelle, einschließlich Verwendung, Hinweisen und Beispielen, finden Sie unter _Application3.FormatString.

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

Syntax

'Declaration
<DispIdAttribute(7)> _
Function FormatString ( _
    <InAttribute> varInput As Object, _
    <InAttribute> bstrCategory As String, _
    <InAttribute> bstrOptions As String _
) As String
'Usage
Dim instance As _Application2
Dim varInput As Object
Dim bstrCategory As String
Dim bstrOptions As String
Dim returnValue As String

returnValue = instance.FormatString(varInput, bstrCategory, bstrOptions)
[DispIdAttribute(7)] 
string FormatString (
    [InAttribute] Object varInput,
    [InAttribute] string bstrCategory,
    [InAttribute] string bstrOptions
)

Parameter

  • varInput
  • bstrCategory
  • bstrOptions

Siehe auch

Referenz

_Application2-Schnittstelle
_Application2-Member
Microsoft.Office.Interop.InfoPath-Namespace