DataConnectionProperties.ICustomTypeDescriptor.GetProperties – metoda
Načte vlastnosti určené instance komponenty.
Obor názvů: Microsoft.VisualStudio.Data
Sestavení: Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)
Syntaxe
'Deklarace
Private Function GetProperties As PropertyDescriptorCollection
Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection
private override GetProperties : unit -> PropertyDescriptorCollection
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Vrácená hodnota
Typ: System.ComponentModel.PropertyDescriptorCollection
Vrátí PropertyDescriptorCollection představuje vlastnosti pro tuto instanci komponenty.
Implementuje
ICustomTypeDescriptor.GetProperties()
Poznámky
Tato metoda poskytuje implementaci GetProperties metoda.Další informace naleznete GetProperties metodu knihovna tříd.
Můžete vrátit Empty 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.