DesignerOptionService.DesignerOptionCollection.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 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 方法的 參數。 無法辨識值,且會在內部以正確的值取代。