IVsCommentTaskInfo::TokenCount Method (Int32)

 

Returns the number of comment task tokens.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int TokenCount(
	[OutAttribute] int% pCount
)

Parameters

pCount
Type: System::Int32

[out, retval] Pointer to a long integer that represents the token count.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsCommentTaskInfo::TokenCount(
   [out, retval] long *pCount
);
Return to top
Show: