C# 클래스 ArcGISRuntime.Samples.Desktop.Configuration.PageGroup

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: EsriJapan/arcgis-samples-dotnet

공개 메소드들

메소드 설명
this ( int index ) : PageElement

インデクサ

this ( string name ) : PageElement

name インデクサ

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement

新しい子エレメントを作成

GetElementKey ( ConfigurationElement element ) : object

子エレメントのキーを返す

메소드 상세

CreateNewElement() 보호된 메소드

新しい子エレメントを作成
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

子エレメントのキーを返す
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

this() 공개 메소드

インデクサ
public this ( int index ) : PageElement
index int
리턴 PageElement

this() 공개 메소드

name インデクサ
public this ( string name ) : PageElement
name string
리턴 PageElement