指定した属性配列をフィルタとして使用して、イベントのコレクションを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection
'使用
Dim instance As DatabaseProjectNodeExtender
Dim attributes As Attribute()
Dim returnValue As EventDescriptorCollection
returnValue = instance.GetEvents(attributes)
public EventDescriptorCollection GetEvents(
Attribute[] attributes
)
public:
virtual EventDescriptorCollection^ GetEvents(
array<Attribute^>^ attributes
) sealed
public final function GetEvents(
attributes : Attribute[]
) : EventDescriptorCollection
パラメータ
- attributes
型 : array<System.Attribute[]
属性の配列
戻り値
型 : System.ComponentModel.EventDescriptorCollection
実装
ICustomTypeDescriptor.GetEvents(array<Attribute[])
参照
参照
DatabaseProjectNodeExtender クラス
DatabaseProjectNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間