DatabaseProjectProjectNodeExtender.GetProperties – metoda (array<Attribute )
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package.Sql (v Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntaxe
'Deklarace
Public Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) sealed
abstract GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
public final function GetProperties(
attributes : Attribute[]
) : PropertyDescriptorCollection
Parametry
- attributes
Typ: array<System.Attribute[]
Vrácená hodnota
Typ: System.ComponentModel.PropertyDescriptorCollection
Implementuje
ICustomTypeDescriptor.GetProperties(array<Attribute[])
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.
Viz také
Odkaz
DatabaseProjectProjectNodeExtender Třída
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal – obor názvů