BaseNodeProperties.GetProperties Method (array<Attribute )

Gets a collection of property descriptors associated with this properties object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
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

Parameters

  • attributes
    Type: array<System.Attribute[]
    An array of attributes to match the properties.

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of property descriptors associated with this properties object.

Implements

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Remarks

This base implementation always returns an empty collection.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

GetProperties Overload

Microsoft.TeamFoundation.Common Namespace