ApplicationClass._Application_FormatString - Méthode
Ce type est le wrapper d’une coclasse ou d’un membre de coclasse requis par le code managé pour l’interopérabilité COM. Cette classe n’est pas destinée à être utilisée dans le code.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Function _Application_FormatString ( _
varInput As Object, _
bstrCategory As String, _
bstrOptions As String _
) As String
'Utilisation
Dim instance As ApplicationClass
Dim varInput As Object
Dim bstrCategory As String
Dim bstrOptions As String
Dim returnValue As String
returnValue = instance._Application_FormatString(varInput, _
bstrCategory, bstrOptions)
public virtual string _Application_FormatString(
Object varInput,
string bstrCategory,
string bstrOptions
)
Paramètres
- varInput
Type : System.Object
- bstrCategory
Type : System.String
- bstrOptions
Type : System.String
Valeur renvoyée
Type : System.String
Implémentations
_Application.FormatString(Object, String, String)