次の方法で共有


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 名前空間