Partager via


ResourcePlan.CheckOutResourcePlans - Méthode

Extrait les plans de ressources spécifié.

Espace de noms :  WebSvcResourcePlan
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutResourcePlans ( _
    projectUids As Guid() _
)
'Utilisation
Dim instance As ResourcePlan
Dim projectUids As Guid()

instance.CheckOutResourcePlans(projectUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutResourcePlans(
    Guid[] projectUids
)

Paramètres

  • projectUids
    Type : []

    Contient un tableau de GUID de projet.

Voir aussi

Référence

ResourcePlan classe

ResourcePlan - Membres

WebSvcResourcePlan - Espace de noms