IVCDMapStringsProperty::getStrings Method |
Returns a list with the available strings to which this property can be set.
|
Syntax: |
|
tStringVecW& getStringsW( tStringVecW& vec ) const;
tStringVec getStrings() const;
tStringVec& getStrings( tStringVec& vec ) const;
|
|
|
|
vec |
|
A vector of strings where the map strings are appended to.
|
|
Return value: |
|
An array that contains the map strings. If an array was given as
a parameter to this method, the given array contains the map strings after
this call.
|
See also: |
|
IVCDMapStringsProperty, IVCDMapStringsProperty::setString, IVCDMapStringsProperty::getString |