C# Class ArcGISRuntime.Samples.Desktop.Configuration.PageGroup

Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: EsriJapan/arcgis-samples-dotnet

Public Methods

Method Description
this ( int index ) : PageElement

インデクサ

this ( string name ) : PageElement

name インデクサ

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

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

GetElementKey ( ConfigurationElement element ) : object

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

Method Details

CreateNewElement() protected method

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

GetElementKey() protected method

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

this() public method

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

this() public method

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