C# 클래스 FSharp.ProjectExtender.MSBuildUtilities.ProjectFixer.ProjectFixerXml.XmlItem

상속: IBuildItem
파일 보기 프로젝트 열기: Hill30/F--Project-Extender

공개 메소드들

메소드 설명
GetMetadata ( string name ) : string
RemoveMetadata ( string name ) : void
SetMetadata ( string name, string value ) : void
SwapWith ( IBuildItem target ) : void
XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic

메소드 상세

GetMetadata() 공개 메소드

public GetMetadata ( string name ) : string
name string
리턴 string

RemoveMetadata() 공개 메소드

public RemoveMetadata ( string name ) : void
name string
리턴 void

SetMetadata() 공개 메소드

public SetMetadata ( string name, string value ) : void
name string
value string
리턴 void

SwapWith() 공개 메소드

public SwapWith ( IBuildItem target ) : void
target IBuildItem
리턴 void

XmlItem() 공개 메소드

public XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic
parent ProjectFixerXml
node System.Xml.XmlElement
리턴 System.Collections.Generic