DesignerOptionService.DesignerOptionCollection.Properties 属性
定义
获取由此 DesignerOptionService.DesignerOptionCollection 提供的属性集合,以及它的所有子级。Gets the collection of properties offered by this DesignerOptionService.DesignerOptionCollection, along with all of its children.
public:
property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection
属性值
由此 DesignerOptionService.DesignerOptionCollection 提供的属性集合,以及它的所有子级。The collection of properties offered by this DesignerOptionService.DesignerOptionCollection, along with all of its children.
注解
PropertyDescriptor 对象直接从传递给方法的值中提取 CreateOptionCollection ,并被包装在其他属性描述符中,以隐藏用户的值对象。PropertyDescriptor objects are taken directly from the value passed to the CreateOptionCollection method and are wrapped in an additional property descriptor that hides the value object from the user. 这意味着,任何值都可以传递到 component 各种方法的参数中 PropertyDescriptor 。This means that any value may be passed into the component parameter of the various PropertyDescriptor methods. 该值无法识别,并在内部替换为正确的值。The value is not recognized and is replaced with the correct value internally.