_Application2.FormatString 方法
此成員為 COM 介面的成員,已經由較新的版本所取代。此介面的較新版本可以實作介面舊版的所有成員以及其他新成員。如需以新版介面實作之成員 (包括用法、備註及範例) 的詳細資訊,請參閱 _Application3.FormatString。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(7)> _
Function FormatString ( _
<InAttribute> varInput As Object, _
<InAttribute> bstrCategory As String, _
<InAttribute> bstrOptions As String _
) As String
'用途
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
)
參數
- varInput
- bstrCategory
- bstrOptions
請參閱
參考
_Application2 介面
_Application2 成員
Microsoft.Office.Interop.InfoPath 命名空間