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
'Declaración
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
- attributes
Type: array<System.Attribute[]
An array of Attribute objects as a filter for the properties to return.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.