Share via


DynamicRecord.ICustomTypeDescriptor.GetProperties Method

Returns the properties for this instance of a component.

Namespace:  WebMatrix.Data
Assembly:  WebMatrix.Data (in WebMatrix.Data.dll)

Syntax

'Declaration
Private Function GetProperties As PropertyDescriptorCollection 
    Implements ICustomTypeDescriptor.GetProperties
'Usage
Dim instance As DynamicRecord 
Dim returnValue As PropertyDescriptorCollection 

returnValue = CType(instance, ICustomTypeDescriptor).GetProperties()
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
private:
virtual PropertyDescriptorCollection^ GetProperties() sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : unit -> PropertyDescriptorCollection  
private override GetProperties : unit -> PropertyDescriptorCollection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection that represents the properties for this component instance.

Implements

ICustomTypeDescriptor.GetProperties()

Remarks

This member is an explicit interface member implementation. It can be used only when the DynamicRecord instance is cast to an ICustomTypeDescriptor interface.

See Also

Reference

DynamicRecord Class

GetProperties Overload

WebMatrix.Data Namespace