共用方式為


Statusing.ReadPublishedNoteForTask 方法

取得指定的任務,格式為.rtf 整個已發佈的附註。

命名空間:  WebSvcStatusing
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPublishedNoteForTask ( _
    taskid As Guid _
) As Byte()
'用途
Dim instance As Statusing
Dim taskid As Guid
Dim returnValue As Byte()

returnValue = instance.ReadPublishedNoteForTask(taskid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public byte[] ReadPublishedNoteForTask(
    Guid taskid
)

參數

傳回值

類型:[]

備註

Project Server 權限

不不需要任何權限。此方法會讀取資料只能在目前已登入的資源。

請參閱

參照

Statusing 類別

Statusing 成員

WebSvcStatusing 命名空間