Microsoft.VisualStudio.Project.DebugModeConverter.GetStandardValuesSupported C# (CSharp) 메소드

GetStandardValuesSupported() 공개 메소드

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