struct Core::Portable::XmlWriter::Attribute

#include <corexmlwriter.h>

struct Attribute
{
    // fields

    CStringPtr key;
    CStringPtr value;
};