| Visual Basic | |
|---|---|
Function StringGetAt( _ ByVal bsKey As System.String, _ ByRef pbsRetValue As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool StringGetAt( System.string bsKey, out System.string pbsRetValue ) | |
| C++/CLI | |
|---|---|
System.bool StringGetAt( & System.String^ bsKey, & [Out] System.String^ pbsRetValue ) | |
Parameters
- bsKey
- Key for which to get a value
- pbsRetValue
- Value for the specified key
Return Value
True if the key was found, false if notC++ programmers must release the returned string by calling SysFreeString.
- S_OK: The method successfully executed.
- S_FALSE: The key was not found.
IEdmDictionary5 Interface
IEdmDictionary5 Members
IEdmDictionary5::StringSetAt Method ()
IEdmDictionary5::StringRemoveAt Method ()
IEdmDictionary5::LongGetAt Method ()
IEdmDictionary5 Members
IEdmDictionary5::StringSetAt Method ()
IEdmDictionary5::StringRemoveAt Method ()
IEdmDictionary5::LongGetAt Method ()
SOLIDWORKS PDM Professional Version 5.2