次の方法で共有


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
)

パラメーター

戻り値

型: []

注釈

プロジェクト サーバーのアクセス許可

アクセス許可は必要ありません。このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間