cxxEnumeratorDeclarationFile

The <cxxEnumeratorDeclarationFile> element is defined within <cxxEnumeratorAPIItemLocation>. <cxxEnumeratorDeclarationFile> specifies the file in which the API declaration is present.

Description

The element <cxxEnumeratorDeclarationFile> is empty but for the required attributes name and value. name is always "filePath" and value is the actual file path.

Example

    <cxxEnumeratorAPIItemLocation>
        <cxxEnumeratorDeclarationFile name="filePath" value="C:/src/include/gdi.h"/>
        <cxxEnumeratorDeclarationFileLine name="lineNumber" value="1727"/>
    </cxxEnumeratorAPIItemLocation>

Contained by

cxxEnumeratorAPIItemLocation

Contains

Content Model

No content.

Inheritance

topic/state reference/state apiRef/apiQualifier apiValue/apiQualifier cxxEnumeration/cxxEnumeratorDeclarationFile