Sdílet prostřednictvím


ApplicationClass.FormatString-Methode

Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.

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

Syntax

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

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

Parameter

  • varInput
  • bstrCategory
  • bstrOptions

Siehe auch

Referenz

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