ArcGISRuntime.Samples.Desktop.Configuration.PageGroup.GetElementKey C# (CSharp) Method

GetElementKey() protected method

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