AspNetEdit.Editor.ComponentModel.EventPropertyDescriptor.GetValue C# (CSharp) Méthode

GetValue() public méthode

public GetValue ( object component ) : object
component object
Résultat object
        public override object GetValue(object component)
        {
            IDictionaryService dict = GetDictionaryService (component);
            return dict.GetValue (base.Name) as string;
        }