Partager via


_NetworkState.IsDestinationReachable - Méthode

Gets a value that indicates whether a connection can be made to the specified network destination.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
Function IsDestinationReachable ( _
    bstrDestination As String _
) As Boolean
'Utilisation
Dim instance As _NetworkState
Dim bstrDestination As String
Dim returnValue As Boolean

returnValue = instance.IsDestinationReachable(bstrDestination)
bool IsDestinationReachable(
    string bstrDestination
)

Paramètres

  • bstrDestination
    Type : System.String

    Specifies the location to check for network connectivity as a Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address.

Valeur renvoyée

Type : System.Boolean
true si une connexion peut être établie à le RL spécifié, UNC chemin d'accès ou l'adresse IP ; dans le cas contraire, false.

Remarques

La valeur spécifiée pour bstrDestination doit être un chemin UNC incluant un nom de serveur et un nom de partage, tel que @"\\\\MyServer\\MyShare", ou une URL qui commence par l'un des identificateurs de protocole suivants : http, https ou file (fichier).

Voir aussi

Référence

_NetworkState interface

_NetworkState - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms