次の方法で共有


ResourcePlan.ReadResourcePlanStatus メソッド

指定したプロジェクトのリソース計画の進捗状況を取得します。

名前空間:  WebSvcResourcePlan
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", 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 Function ReadResourcePlanStatus ( _
    projectUid As Guid _
) As ResPlanStatus
'使用
Dim instance As ResourcePlan
Dim projectUid As Guid
Dim returnValue As ResPlanStatus

returnValue = instance.ReadResourcePlanStatus(projectUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", 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 ResPlanStatus ReadResourcePlanStatus(
    Guid projectUid
)

パラメーター

  • projectUid
    型: System.Guid

    プロジェクト GUID が含まれています。

戻り値

型: WebSvcResourcePlan.ResPlanStatus

関連項目

参照先

ResourcePlan クラス

ResourcePlan メンバー

WebSvcResourcePlan 名前空間