共用方式為


AgnosticDatabaseFileNodeExtender.GetProperties 方法 (array<Attribute )

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Internal
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public final function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

參數

傳回值

型別:System.ComponentModel.PropertyDescriptorCollection

實作

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework 安全性

請參閱

參考

AgnosticDatabaseFileNodeExtender 類別

GetProperties 多載

Microsoft.VisualStudio.Data.Schema.Package.Internal 命名空間