Sdílet prostřednictvím


ApplicationClass._Application3_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
Public Overridable Function _Application3_FormatString ( _
    <InAttribute> varInput As Object, _
    <InAttribute> bstrCategory As String, _
    <InAttribute> bstrOptions As String _
) As String Implements _Application3.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, _Application3).FormatString(varInput, bstrCategory, bstrOptions)
public virtual string _Application3.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