IVsTaskItem2.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.
Returns the description of the task item.
public:
int get_Text([Runtime::InteropServices::Out] System::String ^ % pbstrName);
public int get_Text (out string pbstrName);
abstract member get_Text : string -> int
Public Function get_Text (ByRef pbstrName As String) As Integer
Parameters
- pbstrName
- String
[out, retval] Pointer to a description of the task item.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.