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
'Usage
Dim instance As DataViewBrowseObject 
Dim returnValue As PropertyDescriptorCollection 

returnValue = instance.GetProperties()
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
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

DataViewBrowseObject Members

GetProperties Overload

Microsoft.VisualStudio.Data.Framework Namespace