GetProperties(ITypeDescriptorContext,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetProperties( _
ByVal As System.ComponentModel.ITypeDescriptorContext, _
ByVal As System.Object _
) As System.ComponentModel.PropertyDescriptorCollection
public System.ComponentModel.PropertyDescriptorCollection GetProperties(
System.ComponentModel.ITypeDescriptorContext ,
System.object
)
Parameters
- context
- value
See Also