Partager via


SPFarm.GetObject - Méthode (String, Guid, Type)

Retourne l'objet spécifié en fonction de son nom associé, GUID et son type.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetObject ( _
    name As String, _
    parentId As Guid, _
    type As Type _
) As SPPersistedObject
'Utilisation
Dim instance As SPFarm
Dim name As String
Dim parentId As Guid
Dim type As Type
Dim returnValue As SPPersistedObject

returnValue = instance.GetObject(name, _
    parentId, type)
public SPPersistedObject GetObject(
    string name,
    Guid parentId,
    Type type
)

Paramètres

  • name
    Type : System.String

    Chaîne qui contient le nom de l'objet.

  • parentId
    Type : System.Guid

    System.Guid qui identifie le parent de l'objet.

  • type
    Type : System.Type

    System.Type qui représente le type de l'objet.

Valeur renvoyée

Type : Microsoft.SharePoint.Administration.SPPersistedObject
Objet SPPersistedObject qui représente l'objet qui est associé avec le GUID et le type.

Remarques

Pour renvoyer un objet d'application Web appelé MyWeb, appelez la méthode GetObject comme suit :

SPFarm.GetObject("MyWeb", SPWebService, SpWebApplication)

Voir aussi

Référence

SPFarm classe

SPFarm - Membres

GetObject - Surcharge

Microsoft.SharePoint.Administration - Espace de noms