Microsoft.VisualStudio.Project.LocalizableProperties.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public virtual PropertyDescriptorCollection GetProperties()
        {
            PropertyDescriptorCollection pcol = GetProperties(null);
            return pcol;
        }

Same methods

LocalizableProperties::GetProperties ( System attributes ) : PropertyDescriptorCollection