Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the description of the task.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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: System.String
The description of the task.
Return Value
Type: System.Int32
S_OK .
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.