IVsTaskItem.get_Text(String) Method

Definition

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.

Applies to