![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Geometry Namespace > EnvelopeConverter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method |
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- value
- An System.Object that specifies the type of array for which to get properties.
- attributes
- An array of type System.Attribute that is used as a filter.
Visual Basic (Declaration) | |
---|---|
Public Overloads Overrides Function GetProperties( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal attributes() As Attribute _ ) As PropertyDescriptorCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EnvelopeConverter Dim context As ITypeDescriptorContext Dim value As Object Dim attributes() As Attribute Dim value As PropertyDescriptorCollection value = instance.GetProperties(context, value, attributes) |
C# | |
---|---|
public override PropertyDescriptorCollection GetProperties( ITypeDescriptorContext context, object value, Attribute[] attributes ) |
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- value
- An System.Object that specifies the type of array for which to get properties.
- attributes
- An array of type System.Attribute that is used as a filter.
Return Value
A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family