Task.IVsTaskItem.put_Text(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the description of the task.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Text(System::String ^ t) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Text;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Text(Platform::String ^ t) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Text;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Text(std::wstring const & t);
int IVsTaskItem.put_Text (string t);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Text : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Text : string -> int
Function put_Text (t As String) As Integer Implements IVsTaskItem.put_Text
Parameters
- t
- String
The description of the task.
Returns
S_OK.