_Application.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 _Application2.FormatString.
Diese Methode ist nicht CLS-kompatibel.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)
Syntax
'Declaration
<DispIdAttribute(7)> _
Function FormatString ( _
varInput As Object, _
bstrCategory As String, _
bstrOptions As String _
) As String
'Usage
Dim instance As _Application
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 (
Object varInput,
string bstrCategory,
string bstrOptions
)
Parameter
- varInput
- bstrCategory
- bstrOptions
Siehe auch
Referenz
_Application-Schnittstelle
_Application-Member
Microsoft.Office.Interop.InfoPath.SemiTrust-Namespace