|
libCZI
Reading CZI documents made easy
|
This interface is used for all elements that contain a 'name' (as XML-attribute). More...
#include <libCZI_Metadata2.h>
Public Member Functions | |
| virtual bool | TryGetAttributeName (std::wstring *name)=0 |
This interface is used for all elements that contain a 'name' (as XML-attribute).
|
pure virtual |
Attempts to get the 'name'. If the method succeeds, the name is put into the specified string.
| [out] | id | If non-null, the name is put here (if successful). |