Microsoft.VisualStudio.Project.FrameworkNameConverter.GetStandardValuesSupported C# (CSharp) Method

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( System context ) : bool
context System
return bool
        public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)
        {
            return true;
        }