Share via


LocalizableProperties.GetProperties Method (array<Attribute[])

Returns the collection of properties for a selected object using the attribute array as a filter.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
'Usage
Dim instance As LocalizableProperties
Dim attributes As Attribute()
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties(attributes)
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 

Parameters

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection

Implements

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

GetProperties Overload

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace