DataConnectionProperties.ICustomTypeDescriptor.GetAttributes – metoda
Načte sadu vlastních atributů pro zadaný objekt.
Obor názvů: Microsoft.VisualStudio.Data
Sestavení: Microsoft.VisualStudio.Data (v Microsoft.VisualStudio.Data.dll)
Syntaxe
'Deklarace
Private Function GetAttributes As AttributeCollection
Implements ICustomTypeDescriptor.GetAttributes
AttributeCollection ICustomTypeDescriptor.GetAttributes()
private:
virtual AttributeCollection^ GetAttributes() sealed = ICustomTypeDescriptor::GetAttributes
private abstract GetAttributes : unit -> AttributeCollection
private override GetAttributes : unit -> AttributeCollection
Jazyk JScript nepodporuje explicitní implementace rozhraní.
Vrácená hodnota
Typ: System.ComponentModel.AttributeCollection
Vrátí AttributeCollection instance obsahující atributy tohoto objektu.
Implementuje
ICustomTypeDescriptor.GetAttributes()
Poznámky
Tato metoda poskytuje implementaci GetAttributes metoda.Další informace naleznete GetAttributes metodu knihovna tříd.
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.