DesignerOptionService.DesignerOptionCollection.Properties 屬性

定義

取得這個 DesignerOptionService.DesignerOptionCollection 所提供的屬性集合及其所有子系。

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 所提供的屬性集合及其所有子系。

備註

PropertyDescriptor 物件會直接從傳遞至 CreateOptionCollection 方法的值取得,並包裝在額外的屬性描述元中,以隱藏使用者的值物件。 這表示任何值都可以傳遞至 component 各種 PropertyDescriptor 方法的 參數。 無法辨識值,且會在內部以正確的值取代。

適用於

另請參閱