IVsHelpAttributeList.GetCount(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 attributes.
public:
int GetCount([Runtime::InteropServices::Out] int % pCount);
C++/WinRT
int GetCount([Runtime::InteropServices::Out] int & pCount);
public int GetCount(out int pCount);
abstract member GetCount : int -> int
Public Function GetCount (ByRef pCount As Integer) As Integer
- pCount
- Int32
[out] Pointer to the number of attributes.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsHelpAttributeList::GetCount(
[out] int *pCount
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |