IVsCommentTaskInfo.TokenCount(Int32) 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 number of comment task tokens.
public:
int TokenCount([Runtime::InteropServices::Out] int % pCount);
int TokenCount([Runtime::InteropServices::Out] int & pCount);
public int TokenCount (out int pCount);
abstract member TokenCount : int -> int
Public Function TokenCount (ByRef pCount As Integer) As Integer
Parameters
- pCount
- Int32
[out, retval] Pointer to a long integer that represents the token count.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCommentTaskInfo::TokenCount(
[out, retval] long *pCount
);