共用方式為


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

為指定的 ModelElement 提供我們自己的一組屬性描述元的方法。

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

語法

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

參數

傳回值

類型:System.ComponentModel.PropertyDescriptorCollection

實作

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework 安全性

請參閱

參考

DslDefinitionModelElementTypeDescriptor 類別

GetProperties 多載

Microsoft.VisualStudio.Modeling.DslDefinition.Design 命名空間