IVsCommentTaskInfo.TokenCount(Int32) Method

Definition

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  
);  

Applies to