C# 클래스 MonoDevelop.Projects.Formats.MSBuild.MSBuildItemGroupCollection

파일 보기 프로젝트 열기: mono-soc-2011/monodevelop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
doc System.Xml.XmlDocument

보호된 프로퍼티들

프로퍼티 타입 설명
bestGroups MSBuildItemGroup>.Dictionary
elemCache MSBuildObject>.Dictionary
manager System.Xml.XmlNamespaceManager

Private Properties

프로퍼티 타입 설명
GetItem MSBuildItem

공개 메소드들

메소드 설명
AddNewItem ( string name, string include ) : MSBuildItem
AddNewItemGroup ( ) : MSBuildItemGroup
CountNewLines ( string nl, string text ) : int
Load ( string file ) : void
LoadXml ( string xml ) : void
MSBuildItemGroupCollection ( ) : System
RemoveGroup ( MSBuildPropertyGroup grp ) : void
RemoveItem ( MSBuildItem item ) : void
Save ( ) : string

보호된 메소드들

메소드 설명
FindBestGroupForItem ( string itemName ) : MSBuildItemGroup
GetGroup ( XmlElement elem ) : MSBuildPropertyGroup
GetItemGroup ( XmlElement elem ) : MSBuildItemGroup

비공개 메소드들

메소드 설명
GetItem ( XmlElement elem ) : MSBuildItem

메소드 상세

AddNewItem() 공개 메소드

public AddNewItem ( string name, string include ) : MSBuildItem
name string
include string
리턴 MSBuildItem

AddNewItemGroup() 공개 메소드

public AddNewItemGroup ( ) : MSBuildItemGroup
리턴 MSBuildItemGroup

CountNewLines() 공개 메소드

public CountNewLines ( string nl, string text ) : int
nl string
text string
리턴 int

FindBestGroupForItem() 보호된 메소드

protected FindBestGroupForItem ( string itemName ) : MSBuildItemGroup
itemName string
리턴 MSBuildItemGroup

GetGroup() 보호된 메소드

protected GetGroup ( XmlElement elem ) : MSBuildPropertyGroup
elem System.Xml.XmlElement
리턴 MSBuildPropertyGroup

GetItemGroup() 보호된 메소드

protected GetItemGroup ( XmlElement elem ) : MSBuildItemGroup
elem System.Xml.XmlElement
리턴 MSBuildItemGroup

Load() 공개 메소드

public Load ( string file ) : void
file string
리턴 void

LoadXml() 공개 메소드

public LoadXml ( string xml ) : void
xml string
리턴 void

MSBuildItemGroupCollection() 공개 메소드

public MSBuildItemGroupCollection ( ) : System
리턴 System

RemoveGroup() 공개 메소드

public RemoveGroup ( MSBuildPropertyGroup grp ) : void
grp MSBuildPropertyGroup
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( MSBuildItem item ) : void
item MSBuildItem
리턴 void

Save() 공개 메소드

public Save ( ) : string
리턴 string

프로퍼티 상세

bestGroups 보호되어 있는 프로퍼티

protected Dictionary bestGroups
리턴 MSBuildItemGroup>.Dictionary

doc 공개적으로 프로퍼티

public XmlDocument,System.Xml doc
리턴 System.Xml.XmlDocument

elemCache 보호되어 있는 프로퍼티

protected Dictionary elemCache
리턴 MSBuildObject>.Dictionary

manager 보호되어 있는 정적으로 프로퍼티

protected static XmlNamespaceManager,System.Xml manager
리턴 System.Xml.XmlNamespaceManager