This document is archived and information here might be outdated. Recommended version. |
Reads current object until one of property names matches. Case is ignored. Return value is an index of property name that matched, otherwise -1.
[Visual Basic .NET] Public Function FindProperties ( _ ByVal propnames As IStringArray _ ) As Integer
[C#] public int FindProperties ( IStringArray propnames );
[C++]
HRESULT FindProperties(
IStringArray* propnames
);
[C++] Parameters propnames [in]
propnames is a parameter of type IStringArray*