TaskListItem.IVsTaskItem.get_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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.get_Text([Runtime::InteropServices::Out] System::String ^ % text) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::get_Text;
int IVsTaskItem.get_Text (out string text);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.get_Text : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.get_Text : string -> int
Function get_Text (ByRef text As String) As Integer Implements IVsTaskItem.get_Text
Parameters
- text
- String