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
)
パラメーター
taskid
型: System.Guidタスクの固有 ID
戻り値
型: []
注釈
プロジェクト サーバーのアクセス許可
アクセス許可は必要ありません。このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。