AgnosticDatabaseConfigurationExtender.GetProperties メソッド (array<Attribute[])

プロパティ記述子のコレクションを返します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
'使用
Dim instance As AgnosticDatabaseConfigurationExtender
Dim attributes As Attribute()
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties(attributes)
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed
public final function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

パラメータ

戻り値

型 : System.ComponentModel.PropertyDescriptorCollection

実装

ICustomTypeDescriptor.GetProperties(array<Attribute[])

参照

参照

AgnosticDatabaseConfigurationExtender クラス

AgnosticDatabaseConfigurationExtender メンバ

GetProperties オーバーロード

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders 名前空間