C# 클래스 SoftwareKobo.UniversalToolkit.Utils.AppxManifest.ManifestBase

파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
ToString ( ) : string
this ( string attribute ) : string

보호된 메소드들

메소드 설명
GetChildElement ( string element ) : System.Xml.Linq.XElement
ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq

메소드 상세

GetChildElement() 보호된 메소드

protected GetChildElement ( string element ) : System.Xml.Linq.XElement
element string
리턴 System.Xml.Linq.XElement

ManifestBase() 보호된 메소드

protected ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq
manifestElement System.Xml.Linq.XElement
리턴 System.Xml.Linq

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string attribute ) : string
attribute string
리턴 string