नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Returns the number of type parameter arguments for this instance.
Syntax
Parameters
pcArgs
[in, out] Number of type parameter arguments for this instance.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
For example, if List<int>, this method returns 1, and, if List<int,float2> this method returns 2. This method returns 0 if there are no type arguments.