DataViewBrowseObject.GetProperties Method (array<Attribute )

Retrieves a PropertyDescriptorCollection collection of properties that match the specified attributes for the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

声明
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

Parameters

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
Returns a PropertyDescriptorCollection collection containing the properties that match the specified attributes for the current browse object.

Implements

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

GetProperties Overload

Microsoft.VisualStudio.Data.Framework Namespace