IVsCommentTaskToken::Text Method (String^)
Visual Studio 2015
Returns the text of a comment task token.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrText
-
Type:
System::String^
[out, retval] Pointer to a BSTR containing the text of the comment task token.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsCommentTaskToken::Text( [out, retval] BSTR* pbstrText );
The text identifies the comment task token, such as "TODO", "HACK", or "UNDONE".
Show: