Share via


DataViewBrowseObject.GetProperties Method

Retrieves a PropertyDescriptorCollection collection of properties for the current browse object.

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

Syntax

'Declaration
Public Function GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection  
override GetProperties : unit -> PropertyDescriptorCollection
public final function GetProperties() : PropertyDescriptorCollection

Return Value

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

Implements

ICustomTypeDescriptor.GetProperties()

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

GetProperties Overload

Microsoft.VisualStudio.Data.Framework Namespace