Partager via


Project.ReadServerTimelineData - Méthode

Renvoie les éléments qui sont actuellement affichés sur la barre de planning connecté ainsi que les données de mise en forme spéciales qui a été définies par l'utilisateur.

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

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadServerTimelineData ( _
    timelineType As Guid _
) As String
'Utilisation
Dim instance As Project
Dim timelineType As Guid
Dim returnValue As String

returnValue = instance.ReadServerTimelineData(timelineType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ReadServerTimelineData(
    Guid timelineType
)

Paramètres

  • timelineType
    Type : System.Guid

    GUID qui représente le type de barre de planning.

Valeur renvoyée

Type : System.String
Chaîne qui contient les données de la chronologie et les données de mise en forme spéciales.

Voir aussi

Référence

Project classe

Project - Membres

WebSvcProject - Espace de noms