Task.IVsTaskItem.put_Text Method
Sets the description of the task.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
‘선언
Private Function put_Text ( _
t As String _
) As Integer Implements IVsTaskItem.put_Text
‘사용 방법
Dim instance As Task
Dim t As String
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).put_Text(t)
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.