このメンバは、新しいバージョンに置き換えられた COM インターフェイスのメンバのラッパーです。このインターフェイスの新しいバージョンでは、以前のインターフェイスのすべてのメンバと追加の新しいメンバが実装されています。新しいインターフェイスで実装されているこのメンバについては (使用例、解説、およびサンプル コードを含む)、次を参照してください _Application3.IsDestinationReachable.
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(16)> _
Function IsDestinationReachable ( _
<InAttribute> bstrDestination As String _
) As Boolean
'使用
Dim instance As _Application2
Dim bstrDestination As String
Dim returnValue As Boolean
returnValue = instance.IsDestinationReachable(bstrDestination)
[DispIdAttribute(16)]
bool IsDestinationReachable (
[InAttribute] string bstrDestination
)
パラメータ
- bstrDestination
関連項目
参照
_Application2 インターフェイス
_Application2 のメンバ
Microsoft.Office.Interop.InfoPath 名前空間