XmlTextReader xmlRead XmlTextReader(args[i]);
while(xmlReadData.Read())
{
//Attribute의 이름을 불러오고 싶음
}
Attribute 값은 XmlTextReader 클래스 함수중에 GetAttribute() 잘 불러오고 있는데
정작 Attribute의 이름은 못 불러오고 있음
ex )
Include="main.cpp" 의 Include
Condition="'$(Configuration)|$(Platform)'=='Debug|Win32' 의 Condition
XmlTextReader 클래스 사용할때 속성 이름 불러오는 법 좀 알려주십쇼 형님덜
댓글 0