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 命名空间