AspNetEdit.Editor.ComponentModel.EventPropertyDescriptor.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

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