Microsoft.VisualStudio.Project.LocalizableProperties.GetEvents C# (CSharp) 메소드

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection
        public virtual EventDescriptorCollection GetEvents()
        {
            EventDescriptorCollection edc = TypeDescriptor.GetEvents(this, true);
            return edc;
        }

Same methods

LocalizableProperties::GetEvents ( System attributes ) : EventDescriptorCollection