FindAllLabels
Purpose
The CMetaObject class FindAllLabels function returns a list of the labels currently applied to the versions of the CMetaObject. Each entry in the labels vector will provide the name of a label and a key for the object version having that label.
Requirements:
The object ID (local or global) or the name and class ID must specify a version of the object to be searched.
Syntax
HRESULT FindAllLabels(vector<CMetaLabeledObjectKey>& labels);
Argument |
In/Out |
Description |
Labels |
Out |
Vector of entries identifying the labels applied to the object and the object version to which each label is applied. |