Public Member Functions | |
HRESULT | IterateMultilingualStrings ([in] IDSSVisitMultilingualString *ipVisitor,[in] EnumDSSMultilingualStringQualities iQualities,[in, defaultvalue(0)] IDSSCollection *opExtraIteratedObjects) |
Iterate over the multilingual strings in the object and, depending on the iQualities flag, any managed first class objects(MFCO) that this object refers to (let's call them 'extra objects'). | |
HRESULT | MultilingualString ([in] BSTR iKey,[out, retval] IDSSMultilingualString oppMultilingualString) |
Retrieve the multilingual string corresponding to the given key. |
|
Iterate over the multilingual strings in the object and, depending on the iQualities flag, any managed first class objects(MFCO) that this object refers to (let's call them 'extra objects'). The object calls the visitor interface for each multilingual string from the object and refered MFCO (if corresponding iQualities flag is set). The method is guaranteed to report each multilingual string exactly once. The iQualities parameter allows the caller to specify which class of multilingual strings to iterate over. By default the method will iterate over all multilingual strings in all parts of the object on which this method is called.
|
|
Retrieve the multilingual string corresponding to the given key.
|