DesignerOptionService.DesignerOptionCollection.Properties 属性

定义

获取由此 DesignerOptionService.DesignerOptionCollection提供的属性集合及其所有子项。

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of DesignerOptionCollection's value cannot be statically discovered.")] get; }
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
[<get: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of DesignerOptionCollection's value cannot be statically discovered.")>]
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection

属性值

由此 DesignerOptionService.DesignerOptionCollection提供的属性集合及其所有子项。

属性

注解

PropertyDescriptor 对象直接从传递给 CreateOptionCollection 方法的值中获取,并包装在一个附加的属性描述符中,该描述符可隐藏用户的值对象。 这意味着任何值都可以传递到 component 各种 PropertyDescriptor 方法的参数中。 该值不可识别,在内部替换为正确的值。

适用于

另请参阅