ServerInfoObject Interface

Définition

Fournit des informations sur le serveur SharePoint Foundation où se trouve un formulaire.

public interface class ServerInfoObject : Microsoft::Office::Interop::InfoPath::SemiTrust::ServerInfo
[System.Runtime.InteropServices.Guid("096cd77c-0786-11d1-95fa-0080c78ee3bb")]
public interface ServerInfoObject : Microsoft.Office.Interop.InfoPath.SemiTrust.ServerInfo
type ServerInfoObject = interface
    interface ServerInfo
Public Interface ServerInfoObject
Implements ServerInfo
Attributs
Implémente

Remarques

Ce type est le wrapper d’une coclasse requise par le code managé pour l’interopérabilité COM. Utilisez ce type pour accéder aux membres de l’interface COM implémentée par cette coclasse. Pour plus d’informations sur l’interface COM, y compris un lien vers les descriptions de ses membres, consultezServerInfo .

Pour accéder à l’objet ServerInfoObject associé au formulaire actif, utilisez la ServerInfo propriété de la _XDocument4 classe .

Propriétés

SharePointListUrl

Obtient un String qui fournit l’URL de la liste SharePoint où se trouve le formulaire.

(Hérité de ServerInfo)
SharePointServerRootUrl

Obtient un String qui fournit l’URL racine du serveur SharePoint où se trouve le formulaire.

(Hérité de ServerInfo)
SharePointSiteCollectionUrl

Obtient un String qui fournit l’URL de la collection de sites SharePoint où se trouve le formulaire.

(Hérité de ServerInfo)
SharePointSiteUrl

Obtient un String qui fournit l’URL du site SharePoint où se trouve le formulaire.

(Hérité de ServerInfo)

S’applique à