DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetChildProperties(System::Object ^ instance, cli::array <Attribute ^> ^ filter);
public override System.ComponentModel.PropertyDescriptorCollection GetChildProperties (object instance, Attribute[] filter);
override this.GetChildProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetChildProperties (instance As Object, filter As Attribute()) As PropertyDescriptorCollection
參數
- instance
- Object
要為其取得屬性的元件。
傳回
PropertyDescriptorCollection,其屬性 (Property) 符合指定元件的指定屬性 (Attribute)。
備註
這個方法依賴基礎 PropertyDescriptor。