示例#1
0
        ProjectItem GetChildProjectItem(MD.ProjectItem msbuildProjectItem)
        {
            ProjectItemRelationship relationship = ProjectItem.GetRelationship(msbuildProjectItem);

            return(relationship.GetChild());
        }
示例#2
0
        ProjectItem ConvertToProjectItem(SD.ProjectItem msbuildProjectItem)
        {
            ProjectItemRelationship relationship = ProjectItem.GetRelationship(msbuildProjectItem);

            return(relationship.GetChild());
        }