| Visual Basic | |
|---|---|
Function LongTestAndSetAt( _ ByVal lKey As System.Integer, _ ByVal bsValue As System.String _ ) As System.Boolean | |
Parameters
- lKey
- Key for which to set a value
- bsValue
- New value
Return Value
True if the value of a new key is successfully set, false otherwiseThe testing and the setting are both performed in a single operation. A test-and-set function like this can be useful if you need a semaphore to synchronize several clients accessing the same data.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
IEdmDictionary5 Interface
IEdmDictionary5 Members
IEdmDictionary5::StringTestAndSetAt Method ()
IEdmDictionary5::LongSetAt Method ()
IEdmDictionary5 Members
IEdmDictionary5::StringTestAndSetAt Method ()
IEdmDictionary5::LongSetAt Method ()
SOLIDWORKS PDM Professional Version 5.2