Partager via


Statusing.ReadPublishedNoteForTask - Méthode

Obtient la note publiée entière de la tâche spécifiée au format .rtf.

Espace de noms :  WebSvcStatusing
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<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()
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : []

Remarques

Autorisations Project Server

Aucune autorisation n'est requise. Cette méthode lit les données pour seulement la ressource en cours de session.

Voir aussi

Référence

Statusing classe

Statusing - Membres

WebSvcStatusing - Espace de noms