Partager via


LocalizableProperties.GetProperties, méthode (array<Attribute )

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Paramètres

Valeur de retour

Type : System.ComponentModel.PropertyDescriptorCollection

Implémentations

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Sécurité .NET Framework

Voir aussi

Référence

LocalizableProperties Classe

GetProperties, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms