| Visual Basic | |
|---|---|
Function StringFindValues( _ ByVal bsValueSubString As System.String _ ) As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 StringFindValues( System.string bsValueSubString ) | |
| C++/CLI | |
|---|---|
IEdmPos5^ StringFindValues( & System.String^ bsValueSubString ) | |
Parameters
- bsValueSubString
- Text to search for
Return Value
IEdmPos5; position of the first key-value pair in the search resultAfter calling this method, call IEdmDictionary5::StringGetNextAssoc repeatedly to enumerate the rest of the key-value pairs in the search result.
C++ programmers not using smart-pointer wrapper functions must release the returned pointer to IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
IEdmDictionary5 Interface
IEdmDictionary5 Members
IEdmDictionary5::LongFindValues Method ()
IEdmDictionary5::LongFindKeys Method ()
IEdmDictionary5::StringFindKeys Method ()
IEdmDictionary5 Members
IEdmDictionary5::LongFindValues Method ()
IEdmDictionary5::LongFindKeys Method ()
IEdmDictionary5::StringFindKeys Method ()
SOLIDWORKS PDM Professional Version 5.2