Share via


Task.IVsTaskItem.put_Text Method

Sets the description of the task.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Private Function put_Text ( _
    t As String _
) As Integer Implements IVsTaskItem.put_Text
int IVsTaskItem.put_Text(
    string t
)
private:
virtual int put_Text(
    String^ t
) sealed = IVsTaskItem::put_Text
private abstract put_Text : 
        t:string -> int  
private override put_Text : 
        t:string -> int
JScript does not support explicit interface implementations.

Parameters

  • t
    Type: String

    The description of the task.

Return Value

Type: Int32
S_OK .

Implements

IVsTaskItem.put_Text(String)

.NET Framework Security

See Also

Reference

Task Class

Microsoft.VisualStudio.Shell Namespace