共用方式為


PresentationElementTypeDescriptor.GetProperties 方法 (array<Attribute[])

使用屬性陣列做為篩選條件,以傳回這個元件執行個體的屬性。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Overrides Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

參數

  • attributes
    類型:array<System.Attribute[]
    Attribute 型別的陣列,可用來當做篩選條件。

傳回值

類型:System.ComponentModel.PropertyDescriptorCollection

實作

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework 安全性

請參閱

參考

PresentationElementTypeDescriptor 類別

GetProperties 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間