Project.ReadServerTimelineData 方法

返回当前连接的时间线加已由用户设置的任何特殊格式数据显示的项。

命名空间:  WebSvcProject
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<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
用法
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
)

参数

  • timelineType
    类型:System.Guid

    表示时间线类型的 GUID。

返回值

类型:System.String
包含时间线数据和任何特殊的格式数据的字符串。

另请参阅

引用

Project 类

Project 成员

WebSvcProject 命名空间