IVsXMLMemberData3.GetTypeParamCount(Int32) Method
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.
Gets the number of parameters for a type.
public:
int GetTypeParamCount([Runtime::InteropServices::Out] int % piTypeParams);
C++/WinRT
int GetTypeParamCount([Runtime::InteropServices::Out] int & piTypeParams);
public int GetTypeParamCount(out int piTypeParams);
abstract member GetTypeParamCount : int -> int
Public Function GetTypeParamCount (ByRef piTypeParams As Integer) As Integer
- piTypeParams
- Int32
[out] The number of parameters.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsXMLMemberData3::GetTypeParamCount(
[out] long *piTypeParams
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |