Microsoft.VisualStudio.Project.FrameworkNameConverter.GetStandardValuesSupported C# (CSharp) Метод

GetStandardValuesSupported() публичный Метод

public GetStandardValuesSupported ( System context ) : bool
context System
Результат bool
        public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)
        {
            return true;
        }