次の方法で共有


LocalizableProperties.GetEvents メソッド (array<Attribute[])

指定した属性配列をフィルタとして使用して、指定したコンポーネントのイベントのコレクションを取得します。

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

構文

'宣言
Public Overridable Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
'使用
Dim instance As LocalizableProperties
Dim attributes As Attribute()
Dim returnValue As EventDescriptorCollection

returnValue = instance.GetEvents(attributes)
public virtual EventDescriptorCollection GetEvents(
    Attribute[] attributes
)
public:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
)
public function GetEvents(
    attributes : Attribute[]
) : EventDescriptorCollection

パラメータ

戻り値

型 : System.ComponentModel.EventDescriptorCollection

実装

ICustomTypeDescriptor.GetEvents(array<Attribute[])

参照

参照

LocalizableProperties クラス

LocalizableProperties メンバ

GetEvents オーバーロード

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間