DataConnectionProperties.ICustomTypeDescriptor.GetEvents – metoda
Načte události určené instance komponenty.
Obor názvů: Microsoft.VisualStudio.Data
Sestavení: Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)
Syntaxe
'Deklarace
Private Function GetEvents As EventDescriptorCollection
Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection
private override GetEvents : unit -> EventDescriptorCollection
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Vrácená hodnota
Typ: System.ComponentModel.EventDescriptorCollection
Vrátí EventDescriptorCollection objekt představující události instance součásti.
Implementuje
ICustomTypeDescriptor.GetEvents()
Poznámky
Tato metoda poskytuje implementaci GetEvents metoda.Další informace naleznete GetEvents metodu knihovna tříd.
Implementers se můžete vrátit System.ComponentModel.EventDescriptorCollection.Empty instance Pokud nejsou zadány žádné vlastnosti.Tato metoda by nikdy vrátit null .
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.