ArcGISRuntime.Samples.Desktop.Configuration.PageGroup.GetElementKey C# (CSharp) Метод

GetElementKey() защищенный Метод

子エレメントのキーを返す
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object
        protected override object GetElementKey(ConfigurationElement element)
        {
            return ((PageElement)element).Url;
        }