ArcFM Solution Developer Guide
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method


Syntax
'Declaration
 
Public Overloads Overridable Function GetProperties( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal value As System.Object, _
   ByVal attributes() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
'Usage
 
Dim instance As IntervalConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim value As System.Object
Dim attributes() As System.Attribute
Dim value As System.ComponentModel.PropertyDescriptorCollection
 
value = instance.GetProperties(context, value, attributes)
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.object value,
   System.Attribute[] attributes
)

Parameters

context
value
attributes
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IntervalConverter Class
IntervalConverter Members
Overload List

 

 


Send Comment