Microsoft.VisualStudio.Project.LocalizableProperties.GetDefaultProperty C# (CSharp) 메소드

GetDefaultProperty() 공개 메소드

public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor
        public virtual PropertyDescriptor GetDefaultProperty()
        {
            PropertyDescriptor pd = TypeDescriptor.GetDefaultProperty(this, true);
            return pd;
        }