GetProperties Method (Attribute[])

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

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

returnValue = instance.GetProperties(attributes)
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

Parameters

Return Value

Type: System.ComponentModel..::..PropertyDescriptorCollection

Implements

ICustomTypeDescriptor..::..GetProperties(array<Attribute> [] () [] [])

See Also

Reference

AgnosticDatabaseFileNodeExtender Class

GetProperties Overload

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace