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
參數
- attributes
型別:array<System.Attribute[]
傳回值
型別:System.ComponentModel.PropertyDescriptorCollection
實作
ICustomTypeDescriptor.GetProperties(array<Attribute[])
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。