Microsoft.VisualStudio.Project.DebugModeConverter.GetStandardValues C# (CSharp) Method

GetStandardValues() public method

public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
context System
return System.ComponentModel.TypeConverter.StandardValuesCollection
        public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)
        {
            return new StandardValuesCollection(new DebugMode[] { DebugMode.Program, DebugMode.Project, DebugMode.Url });
        }