SuperMap.WindowsPhone.Mapping.Layer.Initialize C# (CSharp) Méthode

Initialize() public méthode

${WP_mapping_Layer_method_initialize_D}
public Initialize ( ) : void
Résultat void
        public virtual void Initialize()
        {
            if (!this.IsInitialized)
            {
                this.IsInitialized = true;
                this.OnInitialized(new EventArgs());
                if ((this.Error != null))
                {
                    if ((this.Failed != null))
                    {
                        OnFailed(this.Error);
                    }
                    else if (!DesignerProperties.GetIsInDesignMode(this))
                    {
                        throw Error;
                    }
                }
            }
        }
        /// <summary>${WP_mapping_Layer_method_OnFailed_D} </summary>