IDirList.get_Count(Int32) Method
Definition
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 items in the directory list.
public:
int get_Count([Runtime::InteropServices::Out] int % nItems);
[System.Runtime.InteropServices.DispId(1610743815)]
public int get_Count (out int nItems);
[<System.Runtime.InteropServices.DispId(1610743815)>]
abstract member get_Count : int -> int
Public Function get_Count (ByRef nItems As Integer) As Integer
Parameters
- nItems
- Int32
[out] The number of items in the directory list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes