このメンバは、新しいバージョンに置き換えられた 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 _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 (
[InAttribute] Object varInput,
[InAttribute] string bstrCategory,
[InAttribute] string bstrOptions
)
パラメータ
- varInput
- bstrCategory
- bstrOptions
関連項目
参照
_Application インターフェイス
_Application のメンバ
Microsoft.Office.Interop.InfoPath 名前空間